Skip to content

Commit bb3fd1c

Browse files
vimcats: 1.1.0 -> 1.1.1 (#407353)
Co-authored-by: mrcjkb <[email protected]>
2 parents f25b0ed + fa06f57 commit bb3fd1c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/vi/vimcats/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@
88

99
rustPlatform.buildRustPackage rec {
1010
pname = "vimcats";
11-
version = "1.1.0";
11+
version = "1.1.1";
1212

1313
src = fetchFromGitHub {
1414
owner = "mrcjkb";
1515
repo = "vimcats";
1616
rev = "v${version}";
17-
hash = "sha256-QV/eIy6yd6Lnmo8XV+E37/oCZCC3jlPu31emH0MgiO4=";
17+
hash = "sha256-BW1pU7NnW8yWePV0IQOUmcNa13NvV9lOZhfnEdQFBQQ=";
1818
};
1919

2020
buildFeatures = [ "cli" ];
2121

2222
useFetchCargoVendor = true;
23-
cargoHash = "sha256-qxAxMAeeqiHNQ5jJ+Mxtkw9y0xeUFUzhClUc1k8I4HM=";
23+
cargoHash = "sha256-OGU7jwXOUf+tVECsyKwJQ9vRqTDoV8m/WOlAqTFdfUM=";
2424

2525
passthru.tests.version = testers.testVersion { package = vimcats; };
2626

0 commit comments

Comments
 (0)