statix: v0.5.2 -> v0.5.3

authored by Michael Schneider and committed by Jonathan Ringer 0d55e6d9 dcd30cc6

+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.5.2"; 7 + version = "0.5.3"; 8 8 9 9 src = fetchFromGitHub { 10 10 owner = "nerdypepper"; 11 11 repo = pname; 12 12 rev = "v${version}"; 13 - sha256 = "sha256-68ejROWcDqc4SnivFIrbsSZDqCXEo0sXSiwpro7AmgU="; 13 + sha256 = "sha256-ibz5b+amOTlLxDlCPrC7A6rSFac3JXwiq3HMyIJwdUw="; 14 14 }; 15 15 16 - cargoSha256 = "sha256-YHA97bnGHYRwSZYZ3ZViUlRQskwLPUC26FBWQyBG5Uc="; 16 + cargoSha256 = "sha256-MKInDGBZcOp+90cus6X2GAgjZx6M1TbSJgpUQWx60sQ="; 17 17 18 18 buildFeatures = lib.optional withJson "json"; 19 19