Skip to content

Commit 9fc7177

Browse files
committed
[nix] fix outputHash mismatch in publishMillModule
Signed-off-by: Qiming Chu <[email protected]>
1 parent 2d5de8f commit 9fc7177

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/chisel/nix/gcd/gcd.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ let
2424
publishMillModule {
2525
name = "chisel";
2626
version = "9999";
27-
outputHash = "sha256-fuorZlUbH+oDt6XGHBqMmOXaRHzZVntRgIln1NeYLeQ=";
27+
outputHash = "sha256-QznPjB41qb8nV0LWW2Olmc0IiyGssmVe06uKrGA52To=";
2828
publishPhase = "mill -i unipublish.publishLocal";
2929
nativeBuildInputs = [ git ];
3030
};

0 commit comments

Comments
 (0)