vimcats: 1.1.1 -> 1.2.0 (#523138)

This commit is contained in:
Marc Jakobi
2026-05-22 20:29:07 +00:00
committed by GitHub
+3 -3
View File
@@ -8,18 +8,18 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "vimcats";
version = "1.1.1";
version = "1.2.0";
src = fetchFromGitHub {
owner = "mrcjkb";
repo = "vimcats";
rev = "v${finalAttrs.version}";
hash = "sha256-BW1pU7NnW8yWePV0IQOUmcNa13NvV9lOZhfnEdQFBQQ=";
hash = "sha256-Pg6vIp/2H4YyqaGKF/pvuhsD/j3hBms/+4cAbH89oKs=";
};
buildFeatures = [ "cli" ];
cargoHash = "sha256-OGU7jwXOUf+tVECsyKwJQ9vRqTDoV8m/WOlAqTFdfUM=";
cargoHash = "sha256-EeCp1VFNFrlPmJnqthZoFBEzi4VV+U53lmXT0NmJWI8=";
passthru.tests.version = testers.testVersion { package = vimcats; };