Merge pull request #258790 from GaetanLepage/rye

rye: 0.14.0 -> 0.15.0
This commit is contained in:
Nick Cao 2023-10-03 09:47:27 -04:00 committed by GitHub
commit e1baa9a1f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -1772,7 +1772,7 @@ dependencies = [
[[package]] [[package]]
name = "rye" name = "rye"
version = "0.14.0" version = "0.15.0"
dependencies = [ dependencies = [
"age", "age",
"anyhow", "anyhow",

View File

@ -10,13 +10,13 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "rye"; pname = "rye";
version = "0.14.0"; version = "0.15.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "mitsuhiko"; owner = "mitsuhiko";
repo = "rye"; repo = "rye";
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
hash = "sha256-4BLseGLNWZN5AE+Ol6f3DOLtWJ3VdUsba1ONLsNEDXU="; hash = "sha256-+19xDXMTJ0C7JsFrbykn9/2zaa71yJJAQpWdBNvgYbQ=";
}; };
cargoLock = { cargoLock = {