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 c0523a4 commit 159b2f1Copy full SHA for 159b2f1
1 file changed
pkgs/by-name/st/statix/package.nix
@@ -8,16 +8,16 @@
8
9
rustPlatform.buildRustPackage (finalAttrs: {
10
pname = "statix";
11
- version = "0-unstable-2026-05-14";
+ version = "0.5.8-unstable-2026-05-26";
12
13
src = fetchFromGitHub {
14
owner = "molybdenumsoftware";
15
repo = "statix";
16
- rev = "f0d256d60d9b9736b274a0edc0492be472318166";
17
- hash = "sha256-dylteN19qQ/MclInQ+x4vf+rBGNIsaKWJ+WgiS0ZBjI=";
+ rev = "0aca60966fed04f832e80a5b2edaa54e2ca18a5e";
+ hash = "sha256-VhID6wpTRe6i8Cb3dcp/S4FJEq2iwExn75Wps9paAHI=";
18
};
19
20
- cargoHash = "sha256-lODAnIGw8MncMT5xicWORSbCChn2HQXENsOStJYHepQ=";
+ cargoHash = "sha256-XqZlJsWp3RFOXMMB4dPXeVFiH+MFlxf5iPd2vVSKJEs=";
21
22
buildFeatures = lib.optional withJson "json";
23
0 commit comments