lol

statix: 0.5.4 -> 0.5.6

authored by

kilianar and committed by
zowoq
970cd264 90bb7129

+3 -3
+3 -3
pkgs/tools/nix/statix/default.nix
··· 5 5 # also update version of the vim plugin in 6 6 # pkgs/applications/editors/vim/plugins/overrides.nix 7 7 # the version can be found in flake.nix of the source code 8 - version = "0.5.4"; 8 + version = "0.5.6"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "nerdypepper"; 12 12 repo = pname; 13 13 rev = "v${version}"; 14 - sha256 = "sha256-9208bR3awxXR1MSh9HbsKeen5V4r4hPuJFkK/CMJRfg="; 14 + sha256 = "sha256-OQk80eTUufVUbYvZ38el2lmkgkU+5gr0hLTrBvzIp4A="; 15 15 }; 16 16 17 - cargoSha256 = "sha256-f1/PMbXUiqjFI8Y0mvgEyNqGGYqGq3nV094mg1aZIHM="; 17 + cargoSha256 = "sha256-j+FcV5JtO66Aa0ncIUfjuWtqnMmFb7zW7rNXttYBUU4="; 18 18 19 19 buildFeatures = lib.optional withJson "json"; 20 20