mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
vimcats: 1.1.0 -> 1.1.1
This commit is contained in:
parent
ae4459d5c9
commit
fa06f57863
1 changed files with 3 additions and 3 deletions
|
@ -8,19 +8,19 @@
|
|||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "vimcats";
|
||||
version = "1.1.0";
|
||||
version = "1.1.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "mrcjkb";
|
||||
repo = "vimcats";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-QV/eIy6yd6Lnmo8XV+E37/oCZCC3jlPu31emH0MgiO4=";
|
||||
hash = "sha256-BW1pU7NnW8yWePV0IQOUmcNa13NvV9lOZhfnEdQFBQQ=";
|
||||
};
|
||||
|
||||
buildFeatures = [ "cli" ];
|
||||
|
||||
useFetchCargoVendor = true;
|
||||
cargoHash = "sha256-qxAxMAeeqiHNQ5jJ+Mxtkw9y0xeUFUzhClUc1k8I4HM=";
|
||||
cargoHash = "sha256-OGU7jwXOUf+tVECsyKwJQ9vRqTDoV8m/WOlAqTFdfUM=";
|
||||
|
||||
passthru.tests.version = testers.testVersion { package = vimcats; };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue