Merge pull request #251955 from GaetanLepage/rye

rye: 0.11.0 -> 0.13.0
This commit is contained in:
Matthias Beyer 2023-08-30 09:04:07 +02:00 committed by GitHub
commit 72c6fa4b68
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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 = {