Skip to content

Commit

Permalink
Merge pull request NixOS#268170 from GaetanLepage/ruff
Browse files Browse the repository at this point in the history
ruff: 0.1.5 -> 0.1.6
  • Loading branch information
figsoda authored Nov 18, 2023
2 parents 86ff41f + 52b160e commit 90331c7
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 @@ -11,16 +11,16 @@

rustPlatform.buildRustPackage rec {
pname = "ruff";
version = "0.1.5";
version = "0.1.6";

src = fetchFromGitHub {
owner = "astral-sh";
repo = "ruff";
rev = "refs/tags/v${version}";
hash = "sha256-g52cIw0af/wQSuA4QhC2dCjcDGikirswBDAtwf8Drvo=";
hash = "sha256-EX1tXe8KlwjrohzgzKDeJP0PjfKw8+lnQ7eg9PAUAfQ=";
};

cargoHash = "sha256-1jfKRpyGewNlvMkL/MKnOaRJyajwLAuw+YyeTyTtcP4=";
cargoHash = "sha256-ueWSBYXcdaxagjFjxfsImulOs0zVVqGHmfXp4pQLaMM=";

nativeBuildInputs = [
installShellFiles
Expand Down

0 comments on commit 90331c7

Please sign in to comment.