We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dac18aa commit c936cf6Copy full SHA for c936cf6
pkgs/by-name/ru/ruff/package.nix
@@ -17,17 +17,17 @@
17
18
rustPlatform.buildRustPackage (finalAttrs: {
19
pname = "ruff";
20
- version = "0.11.1";
+ version = "0.11.2";
21
22
src = fetchFromGitHub {
23
owner = "astral-sh";
24
repo = "ruff";
25
tag = finalAttrs.version;
26
- hash = "sha256-uouy47Lzrrht3wBUiQePW7x6QJfpIce9ny/p6HNwCNY=";
+ hash = "sha256-/K6+zze5d0RAE7/Nalnmx9qKHI1rPDeh3OkTatgP5Q4=";
27
};
28
29
useFetchCargoVendor = true;
30
- cargoHash = "sha256-EaMNkliJmeKwxrnlK+aCFGvzbvVIjS0qHc9h9z9m47I=";
+ cargoHash = "sha256-uDuR7GF3918V6ssx4p64pOzCRlLl2vJR0FEBSUnlFQ8=";
31
32
nativeBuildInputs = [ installShellFiles ];
33
0 commit comments