···5 # also update version of the vim plugin in
6 # pkgs/applications/editors/vim/plugins/overrides.nix
7 # the version can be found in flake.nix of the source code
8- version = "0.5.4";
910 src = fetchFromGitHub {
11 owner = "nerdypepper";
12 repo = pname;
13 rev = "v${version}";
14- sha256 = "sha256-9208bR3awxXR1MSh9HbsKeen5V4r4hPuJFkK/CMJRfg=";
15 };
1617- cargoSha256 = "sha256-f1/PMbXUiqjFI8Y0mvgEyNqGGYqGq3nV094mg1aZIHM=";
1819 buildFeatures = lib.optional withJson "json";
20
···5 # also update version of the vim plugin in
6 # pkgs/applications/editors/vim/plugins/overrides.nix
7 # the version can be found in flake.nix of the source code
8+ version = "0.5.6";
910 src = fetchFromGitHub {
11 owner = "nerdypepper";
12 repo = pname;
13 rev = "v${version}";
14+ sha256 = "sha256-OQk80eTUufVUbYvZ38el2lmkgkU+5gr0hLTrBvzIp4A=";
15 };
1617+ cargoSha256 = "sha256-j+FcV5JtO66Aa0ncIUfjuWtqnMmFb7zW7rNXttYBUU4=";
1819 buildFeatures = lib.optional withJson "json";
20