carapace: 1.0.1 -> 1.0.2

This commit is contained in:
Miguel Madrid-Mencía 2024-05-06 09:18:14 +02:00
parent dd1290b0f8
commit 9e3ffad0a6
No known key found for this signature in database
GPG Key ID: 4D0F6894D41C6957

View File

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