mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-21 08:59:20 +03:00
devenv: 1.6 -> 1.6.1
This commit is contained in:
parent
c8ec972e5c
commit
02b9ebc695
1 changed files with 3 additions and 3 deletions
|
@ -26,7 +26,7 @@ let
|
||||||
doInstallCheck = false;
|
doInstallCheck = false;
|
||||||
});
|
});
|
||||||
|
|
||||||
version = "1.6";
|
version = "1.6.1";
|
||||||
in
|
in
|
||||||
rustPlatform.buildRustPackage {
|
rustPlatform.buildRustPackage {
|
||||||
pname = "devenv";
|
pname = "devenv";
|
||||||
|
@ -36,11 +36,11 @@ rustPlatform.buildRustPackage {
|
||||||
owner = "cachix";
|
owner = "cachix";
|
||||||
repo = "devenv";
|
repo = "devenv";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-ui6UwatBHN2WFvStGUHVOdBu72MsG/7b0GeyRdTCyEw=";
|
hash = "sha256-CEVWxRaln3sp0541QpMfcfmI2w+RN72UgNLV5Dy9sco=";
|
||||||
};
|
};
|
||||||
|
|
||||||
useFetchCargoVendor = true;
|
useFetchCargoVendor = true;
|
||||||
cargoHash = "sha256-XS6F/Sp5peJdzAormYPjAA4SJfusMH6PRYIM3Tw5AUw=";
|
cargoHash = "sha256-t4Cj7JlBVrMP02Dqibq2IgdKy6ejv+CeffmcPAkh7BE=";
|
||||||
|
|
||||||
buildAndTestSubdir = "devenv";
|
buildAndTestSubdir = "devenv";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue