Skip to content

Commit

Permalink
Merge pull request NixOS#258988 from GaetanLepage/rye
Browse files Browse the repository at this point in the history
rye: 0.15.0 -> 0.15.2
  • Loading branch information
NickCao authored Oct 4, 2023
2 parents 22f0d1c + f64e205 commit 6eec833
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pkgs/development/tools/rye/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pkgs/development/tools/rye/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@

rustPlatform.buildRustPackage rec {
pname = "rye";
version = "0.15.0";
version = "0.15.2";

src = fetchFromGitHub {
owner = "mitsuhiko";
repo = "rye";
rev = "refs/tags/${version}";
hash = "sha256-+19xDXMTJ0C7JsFrbykn9/2zaa71yJJAQpWdBNvgYbQ=";
hash = "sha256-q7/obBE16aKb8BHf5ycXSgXTMLWAFwxSnJ3qV35TdL8=";
};

cargoLock = {
Expand Down

0 comments on commit 6eec833

Please sign in to comment.