Gaetan Lepage 2024-07-07 23:19:14 +02:00
parent f8e7af4a14
commit 4e6517496c
2 changed files with 3 additions and 3 deletions

View File

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

View File

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