Skip to content

Commit

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

let
py2hwsw_commit = "51879d1c3093a80e469efca733e9d34deec28815"; # Replace with the desired commit.
py2hwsw_sha256 = "sha256-zig4eGY7q5eD/V8HDgLKL6ZlDzQ3pZqvHk/w4G8ugrE="; # Replace with the actual SHA256 hash.
py2hwsw_commit = "3d1de2caaa297f0bc007b82bb2dc55f8769d3776"; # Replace with the desired commit.
py2hwsw_sha256 = "8hGBWfbw6B4m4RoHDgWt79vyRnS/Zjwl2LkSIh9krSI="; # Replace with the actual SHA256 hash.
# Get local py2hwsw path from `PY2HWSW_PATH` env variable
py2hwswPath = builtins.getEnv "PY2HWSW_PATH";

Expand Down

0 comments on commit fc6fcb4

Please sign in to comment.