Skip to content

Commit

Permalink
ruff: 0.8.1 -> 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage committed Dec 6, 2024
1 parent 5f9439f commit a41bf37
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/by-name/ru/ruff/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

python3Packages.buildPythonPackage rec {
pname = "ruff";
version = "0.8.1";
version = "0.8.2";
pyproject = true;

outputs = [
Expand All @@ -27,8 +27,8 @@ python3Packages.buildPythonPackage rec {
src = fetchFromGitHub {
owner = "astral-sh";
repo = "ruff";
rev = "refs/tags/${version}";
hash = "sha256-N3TplR+vPu2r56VP/vnOfkxN3Lh2o92kE2hFZKLXO04=";
tag = version;
hash = "sha256-rAIedDjJ1OajxrHS9cgP9sdcTbT7JFbA16jeVsaoEEY=";
};

# Do not rely on path lookup at runtime to find the ruff binary
Expand All @@ -41,7 +41,7 @@ python3Packages.buildPythonPackage rec {

cargoDeps = rustPlatform.fetchCargoVendor {
inherit pname version src;
hash = "sha256-iddUzip2LmBMOB+MfpI4k3OitdPbwAZkc4szDPB6duM=";
hash = "sha256-aT1qF7RYytUTLVIM0QDgPesiJPCLwKoARWcIBgwN7C8=";
};

nativeBuildInputs =
Expand Down

0 comments on commit a41bf37

Please sign in to comment.