devenv: 1.0.1 -> 1.0.2

This commit is contained in:
Domen Kožar 2024-03-25 12:51:23 +00:00
parent c726225724
commit e2060936d6
2 changed files with 3 additions and 3 deletions

View File

@ -385,7 +385,7 @@ dependencies = [
[[package]]
name = "devenv"
version = "1.0.1"
version = "1.0.2"
dependencies = [
"ansiterm",
"clap 4.5.1",

View File

@ -25,7 +25,7 @@ let
doInstallCheck = false;
});
version = "1.0.1";
version = "1.0.2";
in rustPlatform.buildRustPackage {
pname = "devenv";
inherit version;
@ -34,7 +34,7 @@ in rustPlatform.buildRustPackage {
owner = "cachix";
repo = "devenv";
rev = "v${version}";
hash = "sha256-9LnGe0KWqXj18IV+A1panzXQuTamrH/QcasaqnuqiE0=";
hash = "sha256-JCxjmWr2+75KMPOoVybNZhy9zhhrg9BAKA8D+J6MNBc=";
};
cargoLock = {