Skip to content

Commit

Permalink
Merge pull request #288646 from GaetanLepage/rye
Browse files Browse the repository at this point in the history
rye: 0.22.0 -> 0.23.0
  • Loading branch information
NickCao committed Feb 14, 2024
2 parents fe6cf9a + 05478c4 commit 009e4ff
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions pkgs/development/tools/rye/Cargo.lock

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

6 changes: 3 additions & 3 deletions pkgs/development/tools/rye/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@

rustPlatform.buildRustPackage rec {
pname = "rye";
version = "0.22.0";
version = "0.23.0";

src = fetchFromGitHub {
owner = "mitsuhiko";
repo = "rye";
rev = "refs/tags/${version}";
hash = "sha256-gM/Vn/eBPZ39568LqUXyx+ZTTsKAVur30Qrl3GS1ID8=";
hash = "sha256-0sbfqiPxo68429q676hs3vB3wRNmF/+OO7Ykg2x7HIQ=";
};

cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"dialoguer-0.10.4" = "sha256-WDqUKOu7Y0HElpPxf2T8EpzAY3mY8sSn9lf0V0jyAFc=";
"monotrail-utils-0.0.1" = "sha256-h2uxWsDrU9j2C5OWbYsfGz0S1VsPzYrfksQVEkwd2ys=";
"monotrail-utils-0.0.1" = "sha256-ydNdg6VI+Z5wXe2bEzRtavw0rsrcJkdsJ5DvXhbaDE4=";
};
};

Expand Down

0 comments on commit 009e4ff

Please sign in to comment.