Skip to content

Commit 3c1fd65

Browse files
authored
devenv: 1.5.1 -> 1.5.2 (#399494)
2 parents 5c33c8b + 2090abd commit 3c1fd65

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/de/devenv/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ let
2626
doInstallCheck = false;
2727
});
2828

29-
version = "1.5.1";
29+
version = "1.5.2";
3030
in
3131
rustPlatform.buildRustPackage {
3232
pname = "devenv";
@@ -36,11 +36,11 @@ rustPlatform.buildRustPackage {
3636
owner = "cachix";
3737
repo = "devenv";
3838
rev = "v${version}";
39-
hash = "sha256-ybqhaIuv8OU0f14Rr+1ilxE4iTCnguXi/60g4ys6JOI=";
39+
hash = "sha256-rXtUUxfQ34ukTy2OyHwuypnSgK95FRPGwJf69QnWMrc=";
4040
};
4141

4242
useFetchCargoVendor = true;
43-
cargoHash = "sha256-9veQGMUEJDVXNouhpU8pAx8lJZHLyZbFSnMGMK58VVw=";
43+
cargoHash = "sha256-oiOh8m7MypViLbzy/13NpSiOwkfRwybUpDs91f+HbGA=";
4444

4545
buildAndTestSubdir = "devenv";
4646

0 commit comments

Comments
 (0)