···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.3.1";
89 src = fetchFromGitHub {
10 owner = "nerdypepper";
11 repo = pname;
12 rev = "v${version}";
13- sha256 = "sha256-Jh3ErzK8vqEdDtZP7O/PAmHQznUTB18nCQwfckFxyLA=";
14 };
1516- cargoSha256 = "sha256-y+vBHAHTe++tYOWWQ5ioFlprRfDximZE8KSGNNBSPAk=";
1718 cargoBuildFlags = lib.optionals withJson [ "--features" "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.3.4";
89 src = fetchFromGitHub {
10 owner = "nerdypepper";
11 repo = pname;
12 rev = "v${version}";
13+ sha256 = "sha256-8xWtwa9ZtkcpWvLG2QS3jPlz2c+E5MjYWhZ/g5bjhkc=";
14 };
1516+ cargoSha256 = "sha256-f8f5wJyK+q6zTfNiCRN89ptlSWfSnrzLyefTIpw5mts=";
1718 cargoBuildFlags = lib.optionals withJson [ "--features" "json" ];
19