Gaetan Lepage 2024-03-11 14:46:04 +01:00
parent fc405ec2d8
commit 13986eacc3
2 changed files with 3 additions and 3 deletions

View File

@ -1795,7 +1795,7 @@ dependencies = [
[[package]]
name = "rye"
version = "0.28.0"
version = "0.29.0"
dependencies = [
"age",
"anyhow",

View File

@ -12,13 +12,13 @@
rustPlatform.buildRustPackage rec {
pname = "rye";
version = "0.28.0";
version = "0.29.0";
src = fetchFromGitHub {
owner = "mitsuhiko";
repo = "rye";
rev = "refs/tags/${version}";
hash = "sha256-i40VpPDK991mgBdGtufMFXuQuKuvqr0qIvl7q2KXQrg=";
hash = "sha256-rNXzhJazOi815dhqviqtfSTM60Y/5ncKBVn2YhqcKJM=";
};
cargoLock = {