···44 pname = "statix";
55 # also update version of the vim plugin in pkgs/misc/vim-plugins/overrides.nix
66 # the version can be found in flake.nix of the source code
77- version = "0.5.2";
77+ version = "0.5.3";
8899 src = fetchFromGitHub {
1010 owner = "nerdypepper";
1111 repo = pname;
1212 rev = "v${version}";
1313- sha256 = "sha256-68ejROWcDqc4SnivFIrbsSZDqCXEo0sXSiwpro7AmgU=";
1313+ sha256 = "sha256-ibz5b+amOTlLxDlCPrC7A6rSFac3JXwiq3HMyIJwdUw=";
1414 };
15151616- cargoSha256 = "sha256-YHA97bnGHYRwSZYZ3ZViUlRQskwLPUC26FBWQyBG5Uc=";
1616+ cargoSha256 = "sha256-MKInDGBZcOp+90cus6X2GAgjZx6M1TbSJgpUQWx60sQ=";
17171818 buildFeatures = lib.optional withJson "json";
1919