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 a9b66fb + d6ecafa commit 3c35794Copy full SHA for 3c35794
pkgs/by-name/de/devenv/package.nix
@@ -29,7 +29,7 @@ let
29
doInstallCheck = false;
30
});
31
32
- version = "1.0.7";
+ version = "1.0.8";
33
in rustPlatform.buildRustPackage {
34
pname = "devenv";
35
inherit version;
@@ -38,10 +38,10 @@ in rustPlatform.buildRustPackage {
38
owner = "cachix";
39
repo = "devenv";
40
rev = "v${version}";
41
- hash = "sha256-eTbBvYwGlKExMSTyHQya6+6kdx1rtva/aVfyAZu2NUU=";
+ hash = "sha256-q/ERT4Ui315opFz4h4+BsJ/zrTYdXkwq13vvrpL+KzM=";
42
};
43
44
- cargoHash = "sha256-fmxXCOrWRM4ZKwQS9vCIh7LonpifyeNGsj/td1CjedA=";
+ cargoHash = "sha256-fCXAFVmKns8uglbzyCznoVFGCU+Veq0t1h8T7i1P5XQ=";
45
46
nativeBuildInputs = [ makeWrapper pkg-config ];
47
0 commit comments