Merge pull request #309481 from mimame/update-carapace

carapace: 1.0.1 -> 1.0.2
This commit is contained in:
Fabián Heredia Montiel 2024-05-07 16:41:30 -06:00 committed by GitHub
commit cbe81c2daf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "carapace";
version = "1.0.1";
version = "1.0.2";
src = fetchFromGitHub {
owner = "rsteube";
repo = "${pname}-bin";
rev = "v${version}";
hash = "sha256-pyuehQZVg+f51r/oEH+FIpUUDTCKu4R9DmMaOffRfXA=";
hash = "sha256-mwn7oJjVlZli4vhTGui6HCxnjL3Qz8ygejaqvdbZ6co=";
};
vendorHash = "sha256-HWczvkItE9SVGGQkddnb7/PBkTWrDAdKHjMOztlYV9M=";
@ -32,7 +32,7 @@ buildGoModule rec {
meta = with lib; {
description = "Multi-shell multi-command argument completer";
homepage = "https://rsteube.github.io/carapace-bin/";
maintainers = with maintainers; [ ];
maintainers = with maintainers; [ mimame ];
license = licenses.mit;
mainProgram = "carapace";
};