We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6cf26a commit ecfd85cCopy full SHA for ecfd85c
packages/goose-cli/package.nix
@@ -16,10 +16,10 @@ rustPlatform.buildRustPackage rec {
16
owner = "block";
17
repo = "goose";
18
rev = "v${version}";
19
- hash = "sha256-MEFHVuTejAn1vwTwaxM7XEBSCuFAwLwjptIhKHR6cMM=";
+ hash = "sha256-i9BMq9PPwTGfhSAbDrck+B74g14U+8uYOmpfN5xeyis=";
20
};
21
22
- cargoHash = "sha256-3SiYbiuDCvGnMPUgc58LFobcijGv2qcrbyCIrPdtcTw=";
+ cargoHash = "sha256-V6Vf6YzCNDwMlLFHICianR6f6zz7fEbm7+1Qeel3GDI=";
23
24
nativeBuildInputs = [ pkg-config ];
25
0 commit comments