Gaetan Lepage 2024-07-21 00:18:55 +02:00
parent 674c138ef0
commit 9b82042250
2 changed files with 3 additions and 3 deletions

View File

@ -1799,7 +1799,7 @@ dependencies = [
[[package]]
name = "rye"
version = "0.36.0"
version = "0.37.0"
dependencies = [
"age",
"anyhow",

View File

@ -15,13 +15,13 @@
rustPlatform.buildRustPackage rec {
pname = "rye";
version = "0.36.0";
version = "0.37.0";
src = fetchFromGitHub {
owner = "mitsuhiko";
repo = "rye";
rev = "refs/tags/${version}";
hash = "sha256-dQgiEvnf5LreHCNV5ZXXehONG2Btj1MbGL0dBABZIXE=";
hash = "sha256-jrtqH5Ur7yXFwYORSkS839s5Q3BtllAJBJC78vOddZ8=";
};
cargoLock = {