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.
2 parents 7d83a49 + 42e1342 commit dc46ebfCopy full SHA for dc46ebf
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-06-13";
12
13
src = fetchFromGitHub {
14
owner = "molybdenumsoftware";
15
repo = "statix";
16
- rev = "f0d256d60d9b9736b274a0edc0492be472318166";
17
- hash = "sha256-dylteN19qQ/MclInQ+x4vf+rBGNIsaKWJ+WgiS0ZBjI=";
+ rev = "127a42f761909e5caa79f616a353e9b6e1a0587f";
+ hash = "sha256-epwk3oW5A0ttTKSO2zgC50PkD9mTFjLtDlofTIeOdf8=";
18
};
19
20
- cargoHash = "sha256-lODAnIGw8MncMT5xicWORSbCChn2HQXENsOStJYHepQ=";
+ cargoHash = "sha256-bsy8p8zbfQ7EjXCDwFbVaq4qN8aEsp27Jcn9zfW2eXw=";
21
22
buildFeatures = lib.optional withJson "json";
23
0 commit comments