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.
2 parents 060440c + 6f965a4 commit 754635eCopy full SHA for 754635e
pkgs/by-name/ra/rattler-build/package.nix
@@ -14,17 +14,17 @@
14
15
rustPlatform.buildRustPackage (finalAttrs: {
16
pname = "rattler-build";
17
- version = "0.40.0";
+ version = "0.41.0";
18
19
src = fetchFromGitHub {
20
owner = "prefix-dev";
21
repo = "rattler-build";
22
tag = "v${finalAttrs.version}";
23
- hash = "sha256-NwsNCd6ueCtvJp04fJTsfoXtfUlgZou+zwDHrXeUlhk=";
+ hash = "sha256-6N4YHrwzFTBShitAW7BMjEMzigB37Om5lICb94wEvlQ=";
24
};
25
26
useFetchCargoVendor = true;
27
- cargoHash = "sha256-O0nTxgftGv70c8yv4qEG+fEZEXZ+H6fhUzd/p8CQMQ4=";
+ cargoHash = "sha256-fslC+e3d2tVFOWag7NZ1mTnjG3iMMezodpNQ+2LVRxU=";
28
29
doCheck = false; # test requires network access
30
0 commit comments