Merge pull request #258988 from GaetanLepage/rye

rye: 0.15.0 -> 0.15.2
This commit is contained in:
Nick Cao 2023-10-04 09:17:07 -04:00 committed by GitHub
commit 6eec833b86
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.15.0" version = "0.15.2"
dependencies = [ dependencies = [
"age", "age",
"anyhow", "anyhow",

View file

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