Skip to content

Commit

Permalink
[nix] fix outputHash mismatch in publishMillModule
Browse files Browse the repository at this point in the history
Signed-off-by: Qiming Chu <[email protected]>
  • Loading branch information
Emin017 committed Feb 1, 2025
1 parent 2d5de8f commit 9fc7177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/chisel/nix/gcd/gcd.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ let
publishMillModule {
name = "chisel";
version = "9999";
outputHash = "sha256-fuorZlUbH+oDt6XGHBqMmOXaRHzZVntRgIln1NeYLeQ=";
outputHash = "sha256-QznPjB41qb8nV0LWW2Olmc0IiyGssmVe06uKrGA52To=";
publishPhase = "mill -i unipublish.publishLocal";
nativeBuildInputs = [ git ];
};
Expand Down

0 comments on commit 9fc7177

Please sign in to comment.