rye: 0.14.0 -> 0.15.0

This commit is contained in:
Gaetan Lepage
2023-10-03 14:49:32 +02:00
parent b369092b3b
commit 1ced448fed
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1772,7 +1772,7 @@ dependencies = [
[[package]]
name = "rye"
version = "0.14.0"
version = "0.15.0"
dependencies = [
"age",
"anyhow",
+2 -2
View File
@@ -10,13 +10,13 @@
rustPlatform.buildRustPackage rec {
pname = "rye";
version = "0.14.0";
version = "0.15.0";
src = fetchFromGitHub {
owner = "mitsuhiko";
repo = "rye";
rev = "refs/tags/${version}";
hash = "sha256-4BLseGLNWZN5AE+Ol6f3DOLtWJ3VdUsba1ONLsNEDXU=";
hash = "sha256-+19xDXMTJ0C7JsFrbykn9/2zaa71yJJAQpWdBNvgYbQ=";
};
cargoLock = {