From f9e34611c6ae8a53da5475953d51ad95dd4576b2 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 23 Jun 2026 05:26:39 +0000 Subject: [PATCH] statix: 0.5.8-unstable-2026-06-13 -> 0.5.8-unstable-2026-06-22 --- pkgs/by-name/st/statix/package.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/by-name/st/statix/package.nix b/pkgs/by-name/st/statix/package.nix index 3c6ed8dbb302..e5e62037af51 100644 --- a/pkgs/by-name/st/statix/package.nix +++ b/pkgs/by-name/st/statix/package.nix @@ -8,16 +8,16 @@ rustPlatform.buildRustPackage (finalAttrs: { pname = "statix"; - version = "0.5.8-unstable-2026-06-13"; + version = "0.5.8-unstable-2026-06-22"; src = fetchFromGitHub { owner = "molybdenumsoftware"; repo = "statix"; - rev = "127a42f761909e5caa79f616a353e9b6e1a0587f"; - hash = "sha256-epwk3oW5A0ttTKSO2zgC50PkD9mTFjLtDlofTIeOdf8="; + rev = "5d23643fcb0aea7372f7b598b3edb3e2bd8adf83"; + hash = "sha256-woMMDcjiFgcbRt3Ywb5cOPv2P8S4+NqC6W6i8q1j4rU="; }; - cargoHash = "sha256-bsy8p8zbfQ7EjXCDwFbVaq4qN8aEsp27Jcn9zfW2eXw="; + cargoHash = "sha256-p3A88MMt3GkcC1shCNC8DmiXQCMXrWd+hA36D7VRZOE="; buildFeatures = lib.optional withJson "json";