rye: 0.11.0 -> 0.13.0

This commit is contained in:
Gaetan Lepage 2023-08-27 17:04:09 +02:00
parent 084a17d928
commit 12551fa132
2 changed files with 4 additions and 4 deletions

View File

@ -1697,7 +1697,7 @@ dependencies = [
[[package]]
name = "rye"
version = "0.11.0"
version = "0.13.0"
dependencies = [
"age",
"anyhow",

View File

@ -10,13 +10,13 @@
rustPlatform.buildRustPackage rec {
pname = "rye";
version = "0.11.0";
version = "0.13.0";
src = fetchFromGitHub {
owner = "mitsuhiko";
repo = pname;
repo = "rye";
rev = "refs/tags/${version}";
hash = "sha256-00Q+qvK1fq9CGb6umtCiUJZZ1M5LMxiSIM3/s7eOumM=";
hash = "sha256-B53oTAgy+y+FWk7y+unJPt7Mc7m4nwnTX+5wqL6AX+4=";
};
cargoLock = {