Merge pull request #328755 from GaetanLepage/rye

rye: 0.36.0 -> 0.37.0
This commit is contained in:
Artturin 2024-07-21 05:53:06 +03:00 committed by GitHub
commit fe61024430
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 = {