lol

carapace: 1.0.1 -> 1.0.2

+3 -3
+3 -3
pkgs/shells/carapace/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "carapace"; 5 - version = "1.0.1"; 5 + version = "1.0.2"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "rsteube"; 9 9 repo = "${pname}-bin"; 10 10 rev = "v${version}"; 11 - hash = "sha256-pyuehQZVg+f51r/oEH+FIpUUDTCKu4R9DmMaOffRfXA="; 11 + hash = "sha256-mwn7oJjVlZli4vhTGui6HCxnjL3Qz8ygejaqvdbZ6co="; 12 12 }; 13 13 14 14 vendorHash = "sha256-HWczvkItE9SVGGQkddnb7/PBkTWrDAdKHjMOztlYV9M="; ··· 32 32 meta = with lib; { 33 33 description = "Multi-shell multi-command argument completer"; 34 34 homepage = "https://rsteube.github.io/carapace-bin/"; 35 - maintainers = with maintainers; [ ]; 35 + maintainers = with maintainers; [ mimame ]; 36 36 license = licenses.mit; 37 37 mainProgram = "carapace"; 38 38 };