···55 # also update version of the vim plugin in
66 # pkgs/applications/editors/vim/plugins/overrides.nix
77 # the version can be found in flake.nix of the source code
88- version = "0.5.4";
88+ version = "0.5.6";
991010 src = fetchFromGitHub {
1111 owner = "nerdypepper";
1212 repo = pname;
1313 rev = "v${version}";
1414- sha256 = "sha256-9208bR3awxXR1MSh9HbsKeen5V4r4hPuJFkK/CMJRfg=";
1414+ sha256 = "sha256-OQk80eTUufVUbYvZ38el2lmkgkU+5gr0hLTrBvzIp4A=";
1515 };
16161717- cargoSha256 = "sha256-f1/PMbXUiqjFI8Y0mvgEyNqGGYqGq3nV094mg1aZIHM=";
1717+ cargoSha256 = "sha256-j+FcV5JtO66Aa0ncIUfjuWtqnMmFb7zW7rNXttYBUU4=";
18181919 buildFeatures = lib.optional withJson "json";
2020