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 5da2ffd commit fca4a13Copy full SHA for fca4a13
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-04";
12
13
src = fetchFromGitHub {
14
owner = "molybdenumsoftware";
15
repo = "statix";
16
- rev = "f0d256d60d9b9736b274a0edc0492be472318166";
17
- hash = "sha256-dylteN19qQ/MclInQ+x4vf+rBGNIsaKWJ+WgiS0ZBjI=";
+ rev = "cd7bbc3f8285806ee0625f4694fc6de547c1b35b";
+ hash = "sha256-Hy3EY8kzcTahvmJng6i7xBt3Z5CEJ5h5/GN82dmn9uM=";
18
};
19
20
- cargoHash = "sha256-lODAnIGw8MncMT5xicWORSbCChn2HQXENsOStJYHepQ=";
+ cargoHash = "sha256-XqZlJsWp3RFOXMMB4dPXeVFiH+MFlxf5iPd2vVSKJEs=";
21
22
buildFeatures = lib.optional withJson "json";
23
0 commit comments