Skip to content

Commit ecfd85c

Browse files
CopilotMic92
andcommitted
goose-cli: fix hash mismatch for v1.15.0
Co-authored-by: Mic92 <[email protected]>
1 parent e6cf26a commit ecfd85c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/goose-cli/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ rustPlatform.buildRustPackage rec {
1616
owner = "block";
1717
repo = "goose";
1818
rev = "v${version}";
19-
hash = "sha256-MEFHVuTejAn1vwTwaxM7XEBSCuFAwLwjptIhKHR6cMM=";
19+
hash = "sha256-i9BMq9PPwTGfhSAbDrck+B74g14U+8uYOmpfN5xeyis=";
2020
};
2121

22-
cargoHash = "sha256-3SiYbiuDCvGnMPUgc58LFobcijGv2qcrbyCIrPdtcTw=";
22+
cargoHash = "sha256-V6Vf6YzCNDwMlLFHICianR6f6zz7fEbm7+1Qeel3GDI=";
2323

2424
nativeBuildInputs = [ pkg-config ];
2525

0 commit comments

Comments
 (0)