statix: 0.3.1 -> 0.3.4
This commit is contained in:
parent
7638773c6a
commit
9ec2134b68
1 changed files with 3 additions and 3 deletions
|
@ -4,16 +4,16 @@ rustPlatform.buildRustPackage rec {
|
||||||
pname = "statix";
|
pname = "statix";
|
||||||
# also update version of the vim plugin in pkgs/misc/vim-plugins/overrides.nix
|
# also update version of the vim plugin in pkgs/misc/vim-plugins/overrides.nix
|
||||||
# the version can be found in flake.nix of the source code
|
# the version can be found in flake.nix of the source code
|
||||||
version = "0.3.1";
|
version = "0.3.4";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "nerdypepper";
|
owner = "nerdypepper";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-Jh3ErzK8vqEdDtZP7O/PAmHQznUTB18nCQwfckFxyLA=";
|
sha256 = "sha256-8xWtwa9ZtkcpWvLG2QS3jPlz2c+E5MjYWhZ/g5bjhkc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoSha256 = "sha256-y+vBHAHTe++tYOWWQ5ioFlprRfDximZE8KSGNNBSPAk=";
|
cargoSha256 = "sha256-f8f5wJyK+q6zTfNiCRN89ptlSWfSnrzLyefTIpw5mts=";
|
||||||
|
|
||||||
cargoBuildFlags = lib.optionals withJson [ "--features" "json" ];
|
cargoBuildFlags = lib.optionals withJson [ "--features" "json" ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue