Skip to content

Commit

Permalink
Merge pull request #303461 from r-ryantm/auto-update/ruff
Browse files Browse the repository at this point in the history
ruff: 0.3.5 -> 0.3.7
  • Loading branch information
drupol authored Apr 17, 2024
2 parents 822af99 + 539cc82 commit 2ddc4f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/ruff/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@

rustPlatform.buildRustPackage rec {
pname = "ruff";
version = "0.3.5";
version = "0.3.7";

src = fetchFromGitHub {
owner = "astral-sh";
repo = "ruff";
rev = "refs/tags/v${version}";
hash = "sha256-sGmNrkZv03yzEm9fM00H/BZnVr915LW3qGWjci1QACc=";
hash = "sha256-PS4YJpVut+KtEgSlTVtoVdlu6FVipPIzsl01/Io5N64=";
};

cargoHash = "sha256-6ZqbyM8MXN916HPG86PZAtAPFkXGvMD27Y5ql6o/tUQ=";
cargoHash = "sha256-kxzI/MlhboF0cWnyciK4vewWGXijPsOV0tPzfo1DHWc=";

nativeBuildInputs = [
installShellFiles
Expand Down

0 comments on commit 2ddc4f7

Please sign in to comment.