statix: 0-unstable-2026-05-14 -> 0.5.8-unstable-2026-06-13 (#524695)

This commit is contained in:
nixpkgs-ci[bot]
2026-06-14 19:42:35 +00:00
committed by GitHub
+4 -4
View File
@@ -8,16 +8,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "statix";
version = "0-unstable-2026-05-14";
version = "0.5.8-unstable-2026-06-13";
src = fetchFromGitHub {
owner = "molybdenumsoftware";
repo = "statix";
rev = "f0d256d60d9b9736b274a0edc0492be472318166";
hash = "sha256-dylteN19qQ/MclInQ+x4vf+rBGNIsaKWJ+WgiS0ZBjI=";
rev = "127a42f761909e5caa79f616a353e9b6e1a0587f";
hash = "sha256-epwk3oW5A0ttTKSO2zgC50PkD9mTFjLtDlofTIeOdf8=";
};
cargoHash = "sha256-lODAnIGw8MncMT5xicWORSbCChn2HQXENsOStJYHepQ=";
cargoHash = "sha256-bsy8p8zbfQ7EjXCDwFbVaq4qN8aEsp27Jcn9zfW2eXw=";
buildFeatures = lib.optional withJson "json";