Skip to content

Commit

Permalink
update py2hwsw commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jjts committed Sep 22, 2024
1 parent e16b9d7 commit 72e31c3
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
@@ -1,8 +1,8 @@
{ pkgs ? import <nixpkgs> {} }:

let
py2hwsw_commit = "ca2341bea68e2d235b86dd3fbe46560c2a865116"; # Replace with the desired commit.
py2hwsw_sha256 = "HTl/6gYNt9ykSerZOZ4wm+AURSCahVcOhzKoJ8QmcCE="; # Replace with the actual SHA256 hash.
py2hwsw_commit = "8e9a8e5cf54a092041f0eb3e1aa109482d9e18b0"; # Replace with the desired commit.
py2hwsw_sha256 = "oLx/7Pcfh1h+CoKI3fXiYrfsL4H+4OgQiXtnPGIYNqk="; # Replace with the actual SHA256 hash.

py2hwsw = pkgs.python3.pkgs.buildPythonPackage rec {
pname = "py2hwsw";
Expand Down

0 comments on commit 72e31c3

Please sign in to comment.