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
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1772,7 +1772,7 @@ dependencies = [
[[package]]
name = "rye"
version = "0.15.0"
version = "0.15.2"
dependencies = [
"age",
"anyhow",
+2 -2
View File
@@ -10,13 +10,13 @@
rustPlatform.buildRustPackage rec {
pname = "rye";
version = "0.15.0";
version = "0.15.2";
src = fetchFromGitHub {
owner = "mitsuhiko";
repo = "rye";
rev = "refs/tags/${version}";
hash = "sha256-+19xDXMTJ0C7JsFrbykn9/2zaa71yJJAQpWdBNvgYbQ=";
hash = "sha256-q7/obBE16aKb8BHf5ycXSgXTMLWAFwxSnJ3qV35TdL8=";
};
cargoLock = {