Skip to content

Commit 3c35794

Browse files
authored
Merge pull request #329479 from domenkozar/devenv-1.0.8
devenv: 1.0.7 -> 1.0.8
2 parents a9b66fb + d6ecafa commit 3c35794

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
@@ -29,7 +29,7 @@ let
2929
doInstallCheck = false;
3030
});
3131

32-
version = "1.0.7";
32+
version = "1.0.8";
3333
in rustPlatform.buildRustPackage {
3434
pname = "devenv";
3535
inherit version;
@@ -38,10 +38,10 @@ in rustPlatform.buildRustPackage {
3838
owner = "cachix";
3939
repo = "devenv";
4040
rev = "v${version}";
41-
hash = "sha256-eTbBvYwGlKExMSTyHQya6+6kdx1rtva/aVfyAZu2NUU=";
41+
hash = "sha256-q/ERT4Ui315opFz4h4+BsJ/zrTYdXkwq13vvrpL+KzM=";
4242
};
4343

44-
cargoHash = "sha256-fmxXCOrWRM4ZKwQS9vCIh7LonpifyeNGsj/td1CjedA=";
44+
cargoHash = "sha256-fCXAFVmKns8uglbzyCznoVFGCU+Veq0t1h8T7i1P5XQ=";
4545

4646
nativeBuildInputs = [ makeWrapper pkg-config ];
4747

0 commit comments

Comments
 (0)