devenv: 1.8.2 -> 1.9

This commit is contained in:
R. Ryantm
2025-09-17 14:43:38 +00:00
parent 3a4e23f783
commit 2b061fd800
+3 -3
View File
@@ -15,7 +15,7 @@
}:
let
version = "1.8.2";
version = "1.9";
devenvNixVersion = "2.30.4";
devenv_nix =
@@ -42,10 +42,10 @@ rustPlatform.buildRustPackage {
owner = "cachix";
repo = "devenv";
tag = "v${version}";
hash = "sha256-j1IujIUZFdKKv33ldsptrcbe0avAX725SYhGtNrGJcI=";
hash = "sha256-MG+c0mo4g9UHSuqibX3OVkiADWmMn/PWDfVhD4U29PM=";
};
cargoHash = "sha256-NNfqmdnDIKmp1upkBwJMp+VirSYsUXJNgGbAzcHs8LY=";
cargoHash = "sha256-7uB9oC0jHWBFeUtIyVpTjeximU6eSxSCiBzo/whoKxQ=";
buildAndTestSubdir = "devenv";