diff --git a/default.nix b/default.nix index 2f04609..a8a5904 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 = "0ec68b485178b0fe63096482301a75f93bc2014e"; # Replace with the desired commit. - py2hwsw_sha256 = "Vc7SRiomN8DyylpzxvFsZky13lkQ0ALGOgSK0dxyY1s="; # Replace with the actual SHA256 hash. + py2hwsw_commit = "2b4512745dcd301a26cdd24aed7b87d68d043c66"; # Replace with the desired commit. + py2hwsw_sha256 = "GOIjjRb2nuNwuHh1ai6iwmh2idicP1UVoYAY9HUhktA="; # Replace with the actual SHA256 hash. # Get local py2hwsw root from `PY2HWSW_ROOT` env variable py2hwswRoot = builtins.getEnv "PY2HWSW_ROOT"; diff --git a/document/ug.pdf b/document/ug.pdf index 19bf34f..acdbb13 100644 Binary files a/document/ug.pdf and b/document/ug.pdf differ