Skip to content

Commit

Permalink
feat(py2hwsw): Update py2hwsw version
Browse files Browse the repository at this point in the history
  • Loading branch information
arturum1 committed Oct 7, 2024
1 parent 14f32fb commit 8228338
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/scripts/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
{ pkgs ? import <nixpkgs> {} }:

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";
Expand Down

0 comments on commit 8228338

Please sign in to comment.