Merge pull request #313242 from GaetanLepage/rye

rye: 0.33.0 -> 0.34.0
This commit is contained in:
Pol Dellaiera 2024-05-21 07:00:37 +02:00 committed by GitHub
commit ad86d10f13
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 522 additions and 367 deletions

File diff suppressed because it is too large Load Diff

View File

@ -12,13 +12,13 @@
rustPlatform.buildRustPackage rec {
pname = "rye";
version = "0.33.0";
version = "0.34.0";
src = fetchFromGitHub {
owner = "mitsuhiko";
repo = "rye";
rev = "refs/tags/${version}";
hash = "sha256-sgA+Tp4Qysd07+1iNDgn9Hw0nDN8l6/fD41rE5QqWzY=";
hash = "sha256-M5TJXyh1fNigHOuBpEpnUeOWboZWxZ9bGrBuMB1oHgE=";
};
cargoLock = {