Merge pull request #144057 from figsoda/update-statix

statix: 0.3.1 -> 0.3.4

authored by

figsoda and committed by
GitHub
509d236e 8d8a17f8

+3 -3
+3 -3
pkgs/tools/nix/statix/default.nix
··· 4 4 pname = "statix"; 5 5 # also update version of the vim plugin in pkgs/misc/vim-plugins/overrides.nix 6 6 # the version can be found in flake.nix of the source code 7 - version = "0.3.1"; 7 + version = "0.3.4"; 8 8 9 9 src = fetchFromGitHub { 10 10 owner = "nerdypepper"; 11 11 repo = pname; 12 12 rev = "v${version}"; 13 - sha256 = "sha256-Jh3ErzK8vqEdDtZP7O/PAmHQznUTB18nCQwfckFxyLA="; 13 + sha256 = "sha256-8xWtwa9ZtkcpWvLG2QS3jPlz2c+E5MjYWhZ/g5bjhkc="; 14 14 }; 15 15 16 - cargoSha256 = "sha256-y+vBHAHTe++tYOWWQ5ioFlprRfDximZE8KSGNNBSPAk="; 16 + cargoSha256 = "sha256-f8f5wJyK+q6zTfNiCRN89ptlSWfSnrzLyefTIpw5mts="; 17 17 18 18 cargoBuildFlags = lib.optionals withJson [ "--features" "json" ]; 19 19