devenv: 1.8.1 -> 1.8.2

This commit is contained in:
R. Ryantm
2025-08-21 23:28:57 +00:00
parent b76a15fe76
commit 0167f996fd
+3 -3
View File
@@ -30,7 +30,7 @@ let
__intentionallyOverridingVersion = true;
});
version = "1.8.1";
version = "1.8.2";
in
rustPlatform.buildRustPackage {
pname = "devenv";
@@ -40,10 +40,10 @@ rustPlatform.buildRustPackage {
owner = "cachix";
repo = "devenv";
tag = "v${version}";
hash = "sha256-YsSFlVWUu4RSYnObqcBJ4Mr3bJVVhuFhaQAktHytBAI=";
hash = "sha256-j1IujIUZFdKKv33ldsptrcbe0avAX725SYhGtNrGJcI=";
};
cargoHash = "sha256-zJorGAsp5k5oBuXogYqEPVexcNsYCeiTmrQqySd1AGs=";
cargoHash = "sha256-NNfqmdnDIKmp1upkBwJMp+VirSYsUXJNgGbAzcHs8LY=";
buildAndTestSubdir = "devenv";