Merge pull request #281296 from GaetanLepage/rye

rye: 0.16.0 -> 0.17.0
This commit is contained in:
Nick Cao 2024-01-16 11:49:43 -05:00 committed by GitHub
commit de3d94b20c
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]]
name = "rye"
version = "0.16.0"
version = "0.17.0"
dependencies = [
"age",
"anyhow",

View File

@ -12,13 +12,13 @@
rustPlatform.buildRustPackage rec {
pname = "rye";
version = "0.16.0";
version = "0.17.0";
src = fetchFromGitHub {
owner = "mitsuhiko";
repo = "rye";
rev = "refs/tags/${version}";
hash = "sha256-AIM61JEgWMDjeZVnOVamBiCXTT5LLEktwQpRtnflgcw=";
hash = "sha256-4vf+jmEu78LYFAcRrGdC02y+NsLM7zoBpHKCeaS60bY=";
};
cargoLock = {