From 825313a6a1687bd50c6b1af89643481de063115c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Artur=20N=C3=B3brega?= Date: Wed, 6 Nov 2024 15:01:53 +0000 Subject: [PATCH 1/2] chore(py2hwsw): Update py2hwsw version --- default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/default.nix b/default.nix index c8ae5812f..0d1aaedc0 100644 --- a/default.nix +++ b/default.nix @@ -5,8 +5,8 @@ { pkgs ? import {} }: let - py2hwsw_commit = "7978effd91b87fdb5e0bddf6eaa5e5b8f16abae5"; # Replace with the desired commit. - py2hwsw_sha256 = "tX1wHbD6XpjbSSd1tBkZv2tXJ461Yd5C9BXeRrE4/10="; # Replace with the actual SHA256 hash. + py2hwsw_commit = "2a6e39b6354055f5f71d0f2ed1dc25b075407b1f"; # Replace with the desired commit. + py2hwsw_sha256 = "B8RE8Ku8flWSOIoUcjYva1Lp1A+9pt4xga5viOdiRco="; # Replace with the actual SHA256 hash. # Get local py2hwsw path from `PY2HWSW_PATH` env variable py2hwswPath = builtins.getEnv "PY2HWSW_PATH"; From b737367170cd5412281685a5777db61ccc635237 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Artur=20N=C3=B3brega?= Date: Wed, 6 Nov 2024 15:15:02 +0000 Subject: [PATCH 2/2] chore(py2hwsw): Update py2hwsw to support doc_only Same version as PR https://github.com/IObundle/py2hwsw/pull/80 --- default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/default.nix b/default.nix index 0d1aaedc0..af6a60465 100644 --- a/default.nix +++ b/default.nix @@ -5,8 +5,8 @@ { pkgs ? import {} }: let - py2hwsw_commit = "2a6e39b6354055f5f71d0f2ed1dc25b075407b1f"; # Replace with the desired commit. - py2hwsw_sha256 = "B8RE8Ku8flWSOIoUcjYva1Lp1A+9pt4xga5viOdiRco="; # Replace with the actual SHA256 hash. + py2hwsw_commit = "c73e4c34c24979f665bd3c1f2ebdc7452d6e0da5"; # Replace with the desired commit. + py2hwsw_sha256 = "ILGnqkIG5bBkNUIXPrEHLxgigNTa1CjDLsoG/CDZ/W4="; # Replace with the actual SHA256 hash. # Get local py2hwsw path from `PY2HWSW_PATH` env variable py2hwswPath = builtins.getEnv "PY2HWSW_PATH";