Skip to content

Commit c936cf6

Browse files
committed
ruff: 0.11.1 -> 0.11.2
1 parent dac18aa commit c936cf6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ru/ruff/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@
1717

1818
rustPlatform.buildRustPackage (finalAttrs: {
1919
pname = "ruff";
20-
version = "0.11.1";
20+
version = "0.11.2";
2121

2222
src = fetchFromGitHub {
2323
owner = "astral-sh";
2424
repo = "ruff";
2525
tag = finalAttrs.version;
26-
hash = "sha256-uouy47Lzrrht3wBUiQePW7x6QJfpIce9ny/p6HNwCNY=";
26+
hash = "sha256-/K6+zze5d0RAE7/Nalnmx9qKHI1rPDeh3OkTatgP5Q4=";
2727
};
2828

2929
useFetchCargoVendor = true;
30-
cargoHash = "sha256-EaMNkliJmeKwxrnlK+aCFGvzbvVIjS0qHc9h9z9m47I=";
30+
cargoHash = "sha256-uDuR7GF3918V6ssx4p64pOzCRlLl2vJR0FEBSUnlFQ8=";
3131

3232
nativeBuildInputs = [ installShellFiles ];
3333

0 commit comments

Comments
 (0)