Skip to content

Commit

Permalink
ruff: 0.9.3 -> 0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage committed Jan 30, 2025
1 parent 1f318ab commit 97d5117
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ru/ruff/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@

rustPlatform.buildRustPackage rec {
pname = "ruff";
version = "0.9.3";
version = "0.9.4";

src = fetchFromGitHub {
owner = "astral-sh";
repo = "ruff";
tag = version;
hash = "sha256-V05GUo5nA6RhVWD7mn94GF3/93In3cnljd2G3hPeBZ0=";
hash = "sha256-HUCquxp8U6ZoHNSuUSu56EyiaSRRA8qUMYu6nNibt6w=";
};

useFetchCargoVendor = true;
cargoHash = "sha256-FpybUZZ5qjo87fYbUAnK+w4cUPx4UWGzexL92cEnIFU=";
cargoHash = "sha256-EiIN97I72Iam7STjZhHnvVktJXJocnVomjVp8a8t+fM=";

nativeBuildInputs = [ installShellFiles ];

Expand Down

0 comments on commit 97d5117

Please sign in to comment.