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]] [[package]]
name = "devenv" name = "devenv"
version = "1.0.1" version = "1.0.2"
dependencies = [ dependencies = [
"ansiterm", "ansiterm",
"clap 4.5.1", "clap 4.5.1",

View File

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