1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-21 00:49:27 +03:00

devenv: 1.6 -> 1.6.1

This commit is contained in:
Sander 2025-05-08 14:48:08 +02:00
parent c8ec972e5c
commit 02b9ebc695
No known key found for this signature in database
GPG key ID: D1A763BC84F34603

View file

@ -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";