Skip to content

Commit

Permalink
update py2hwsw version
Browse files Browse the repository at this point in the history
  • Loading branch information
jjts committed Sep 23, 2024
1 parent 72e31c3 commit 708a577
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 = "8e9a8e5cf54a092041f0eb3e1aa109482d9e18b0"; # Replace with the desired commit.
py2hwsw_sha256 = "oLx/7Pcfh1h+CoKI3fXiYrfsL4H+4OgQiXtnPGIYNqk="; # Replace with the actual SHA256 hash.
py2hwsw_commit = "bd011166398eec5dfa4bcf10161eb033b504dc0e"; # Replace with the desired commit.
py2hwsw_sha256 = "K63X5p2CaI9x/YZ5POxjaN520fmdrmgyyzZUmKgJvuY="; # Replace with the actual SHA256 hash.

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

0 comments on commit 708a577

Please sign in to comment.