about summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorstar-szr <327943+star-szr@users.noreply.github.com>2023-09-05 13:24:42 -0400
committerGitHub <noreply@github.com>2023-09-05 19:24:42 +0200
commit3098d238efaeb0de4eb238bc9e5a87453a75c1a3 (patch)
tree2d12858f98625eefc69132e25a4381e474a2ae85 /pkgs/shells
parent22ee1b2f270b3dfa4275153aa6544c35f07ee109 (diff)
carapace: 0.26.0 -> 0.27.0 (#253444)
Diffstat (limited to 'pkgs/shells')
-rw-r--r--pkgs/shells/carapace/default.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgs/shells/carapace/default.nix b/pkgs/shells/carapace/default.nix
index f6df115124f9c..ee5f254089c48 100644
--- a/pkgs/shells/carapace/default.nix
+++ b/pkgs/shells/carapace/default.nix
@@ -2,16 +2,16 @@
 
 buildGoModule rec {
   pname = "carapace";
-  version = "0.26.0";
+  version = "0.27.0";
 
   src = fetchFromGitHub {
     owner = "rsteube";
     repo = "${pname}-bin";
     rev = "v${version}";
-    sha256 = "sha256-1e2hrAoFtnG1lU7evYnJXs65qmLNvO6fO9kPqjv66YE=";
+    hash = "sha256-UcJbWOYkNUJEilJL/LG5o+I1ugqEOEGfs+uvKUMnTMU=";
   };
 
-  vendorHash = "sha256-T0N6e96F/4HkHKYNiPFME/PUJGh+pbTmmb4SdZiDVgw=";
+  vendorHash = "sha256-PN8ARsJQqRj333ervoy24PZoWkrCIYiGxOovzEhPNZQ=";
 
   ldflags = [
     "-s"
@@ -34,5 +34,6 @@ buildGoModule rec {
     homepage = "https://rsteube.github.io/carapace-bin/";
     maintainers = with maintainers; [ star-szr ];
     license = licenses.mit;
+    mainProgram = "carapace";
   };
 }