about summary refs log tree commit diff
path: root/pkgs/shells/carapace
diff options
context:
space:
mode:
authorScott Zhu Reeves <327943+star-szr@users.noreply.github.com>2023-12-05 06:52:51 -0500
committerScott Zhu Reeves <327943+star-szr@users.noreply.github.com>2023-12-05 06:52:51 -0500
commitd050c21e901a9a2e199486a153736c949b7fef94 (patch)
tree1da8e6334cf988aa343a82bd400cf1336cdb5222 /pkgs/shells/carapace
parentaa442d1a8635a8e1911428f5ad647cc690b43ba7 (diff)
carapace: 0.28.4 -> 0.28.5
Diffstat (limited to 'pkgs/shells/carapace')
-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 819e59d62dfc9..c90096ca5a3c1 100644
--- a/pkgs/shells/carapace/default.nix
+++ b/pkgs/shells/carapace/default.nix
@@ -2,16 +2,16 @@
 
 buildGoModule rec {
   pname = "carapace";
-  version = "0.28.4";
+  version = "0.28.5";
 
   src = fetchFromGitHub {
     owner = "rsteube";
     repo = "${pname}-bin";
     rev = "v${version}";
-    hash = "sha256-Yl/eRp+KRh9whSYjB3IK6vwtknWAicpYQ8/Rjjeef4s=";
+    hash = "sha256-mprwDx1SvvT96MR1YgLwIJaEHCknCkbJ9zq0HfNJy/Y=";
   };
 
-  vendorHash = "sha256-pcvxIPyJwptYx5964NzR9LUJTld2JVA0zaSjGH5sz4E=";
+  vendorHash = "sha256-rR0mLO8jjhTPySQ/BTegNe9kd2DudULOuYBBB/P9K1s=";
 
   ldflags = [
     "-s"