Skip to content

Commit

Permalink
ruff: 0.6.2 -> 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage committed Aug 29, 2024
1 parent cbf0cc0 commit 976d530
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 17 deletions.
33 changes: 18 additions & 15 deletions pkgs/by-name/ru/ruff/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/by-name/ru/ruff/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@

rustPlatform.buildRustPackage rec {
pname = "ruff";
version = "0.6.2";
version = "0.6.3";

src = fetchFromGitHub {
owner = "astral-sh";
repo = "ruff";
rev = "refs/tags/${version}";
hash = "sha256-pdaOTMzEOfAKFK+P/4f51bQbmCssMNvq2OGvGVPzvhw=";
hash = "sha256-5jS2NCl01kgUAd8hFtjJCOwRxi0XMM2x7VMpJLEgbOQ=";
};

cargoLock = {
Expand Down

0 comments on commit 976d530

Please sign in to comment.