diff --git a/default.nix b/default.nix index fa02d63..00ba6a9 100644 --- a/default.nix +++ b/default.nix @@ -5,8 +5,8 @@ { pkgs ? import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/25.05.tar.gz") {} }: let - py2hwsw_commit = "e3ec0c99271e3320cec61a9efa76758e364c89f2"; # Replace with the desired commit. - py2hwsw_sha256 = "kboZVpCDediAF4qaWVeWbsa0bKo4sGtPYtskUdQiLRs="; # Replace with the actual SHA256 hash. + py2hwsw_commit = "63d81d8a0b6cd97755a652617bb71e4f644ad3eb"; # Replace with the desired commit. + py2hwsw_sha256 = "r5UAe5px50z3wXb56Vxn8/kAS/gE5b0MZcU1UTA8Hmc="; # Replace with the actual SHA256 hash. # Get local py2hwsw root from `PY2HWSW_ROOT` env variable py2hwswRoot = builtins.getEnv "PY2HWSW_ROOT";