···4 pname = "statix";
5 # also update version of the vim plugin in pkgs/misc/vim-plugins/overrides.nix
6 # the version can be found in flake.nix of the source code
7- version = "0.5.2";
89 src = fetchFromGitHub {
10 owner = "nerdypepper";
11 repo = pname;
12 rev = "v${version}";
13- sha256 = "sha256-68ejROWcDqc4SnivFIrbsSZDqCXEo0sXSiwpro7AmgU=";
14 };
1516- cargoSha256 = "sha256-YHA97bnGHYRwSZYZ3ZViUlRQskwLPUC26FBWQyBG5Uc=";
1718 buildFeatures = lib.optional withJson "json";
19
···4 pname = "statix";
5 # also update version of the vim plugin in pkgs/misc/vim-plugins/overrides.nix
6 # the version can be found in flake.nix of the source code
7+ version = "0.5.3";
89 src = fetchFromGitHub {
10 owner = "nerdypepper";
11 repo = pname;
12 rev = "v${version}";
13+ sha256 = "sha256-ibz5b+amOTlLxDlCPrC7A6rSFac3JXwiq3HMyIJwdUw=";
14 };
1516+ cargoSha256 = "sha256-MKInDGBZcOp+90cus6X2GAgjZx6M1TbSJgpUQWx60sQ=";
1718 buildFeatures = lib.optional withJson "json";
19