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 5c33c8b + 2090abd commit 3c1fd65Copy full SHA for 3c1fd65
pkgs/by-name/de/devenv/package.nix
@@ -26,7 +26,7 @@ let
26
doInstallCheck = false;
27
});
28
29
- version = "1.5.1";
+ version = "1.5.2";
30
in
31
rustPlatform.buildRustPackage {
32
pname = "devenv";
@@ -36,11 +36,11 @@ rustPlatform.buildRustPackage {
36
owner = "cachix";
37
repo = "devenv";
38
rev = "v${version}";
39
- hash = "sha256-ybqhaIuv8OU0f14Rr+1ilxE4iTCnguXi/60g4ys6JOI=";
+ hash = "sha256-rXtUUxfQ34ukTy2OyHwuypnSgK95FRPGwJf69QnWMrc=";
40
};
41
42
useFetchCargoVendor = true;
43
- cargoHash = "sha256-9veQGMUEJDVXNouhpU8pAx8lJZHLyZbFSnMGMK58VVw=";
+ cargoHash = "sha256-oiOh8m7MypViLbzy/13NpSiOwkfRwybUpDs91f+HbGA=";
44
45
buildAndTestSubdir = "devenv";
46
0 commit comments