From 82283380395074705651d3034bf7235966e781fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Artur=20N=C3=B3brega?= Date: Mon, 7 Oct 2024 17:50:24 +0100 Subject: [PATCH] feat(py2hwsw): Update py2hwsw version --- lib/scripts/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/scripts/default.nix b/lib/scripts/default.nix index bea58801c..503120660 100644 --- a/lib/scripts/default.nix +++ b/lib/scripts/default.nix @@ -5,8 +5,8 @@ { pkgs ? import {} }: let - py2hwsw_commit = "9c7e503e59fcd9182e5d04c52ce418971eaff034"; # Replace with the desired commit. - py2hwsw_sha256 = "p+knFOsCSCq6drqMtlbgwO1hf5KHCReL2J/EAozS4sA="; # Replace with the actual SHA256 hash. + py2hwsw_commit = "1b80e60335d43f1912a0dd80a97bef7b18bdea57"; # Replace with the desired commit. + py2hwsw_sha256 = "Ny0kpLwJy9/zC2JdEVefxWSj1uIRzSoNEPKu4OMIFo4="; # Replace with the actual SHA256 hash. py2hwsw = pkgs.python3.pkgs.buildPythonPackage rec { pname = "py2hwsw";