statix: 0.4.0 -> 0.4.1
This commit is contained in:
parent
4a921e5be5
commit
cda6d38346
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.4.0";
|
version = "0.4.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "nerdypepper";
|
owner = "nerdypepper";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-wqkhtAOO6pKLjUUnDbVFwzm6mbXhP/4iJU7ZKtDKrE8=";
|
sha256 = "sha256-xFdHC7LulhDBWsbCcWeH90sR4iUhzQrShiW69/KHk0U=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoSha256 = "sha256-e20POz9ZvuT0S+YG+9x7hcudhXQpOR4rVSFJbz76OI0=";
|
cargoSha256 = "sha256-dzDgHROlwsqwQ6pk7lrwP0eV69595l0HvF7jHSe3N/g=";
|
||||||
|
|
||||||
buildFeatures = lib.optional withJson "json";
|
buildFeatures = lib.optional withJson "json";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue