Merge pull request #289230 from GaetanLepage/rye

rye: 0.23.0 -> 0.24.0
This commit is contained in:
OTABI Tomoya 2024-02-16 21:11:21 +09:00 committed by GitHub
commit 8ecf09944f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -1792,7 +1792,7 @@ dependencies = [
[[package]]
name = "rye"
version = "0.23.0"
version = "0.24.0"
dependencies = [
"age",
"anyhow",

View File

@ -12,13 +12,13 @@
rustPlatform.buildRustPackage rec {
pname = "rye";
version = "0.23.0";
version = "0.24.0";
src = fetchFromGitHub {
owner = "mitsuhiko";
repo = "rye";
rev = "refs/tags/${version}";
hash = "sha256-0sbfqiPxo68429q676hs3vB3wRNmF/+OO7Ykg2x7HIQ=";
hash = "sha256-OiChd0qwgs3Wi4Xky27/99vBwaKNsq+4E+gpu5zwFqs=";
};
cargoLock = {