about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFabián Heredia Montiel2024-05-07 16:41:30 -0600
committerGitHub2024-05-07 16:41:30 -0600
commitcbe81c2daf9ba114ad5d697044ab28b430bd1dea (patch)
tree166f5bcd42aac62e288e895fc5cc6b30a4422e54 /pkgs
parent496551499128ee6bb133ca750f6778e40525dcf2 (diff)
parent9e3ffad0a6dca531ddb7a2bd245457b375407daa (diff)
Merge pull request #309481 from mimame/update-carapace
carapace: 1.0.1 -> 1.0.2
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/shells/carapace/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/shells/carapace/default.nix b/pkgs/shells/carapace/default.nix
index 20b503433990..8a6d72634f95 100644
--- a/pkgs/shells/carapace/default.nix
+++ b/pkgs/shells/carapace/default.nix
@@ -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";
   };