about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-03-03 08:23:23 +0800
committerGitHub <noreply@github.com>2023-03-03 08:23:23 +0800
commit9c788592482d8649f8493e456c235b6f4a820e92 (patch)
tree01e65fb7c268f65dd6d1af92968c2b9025ed0e82 /pkgs
parent2fa2627ca9ce1ca0e622632df289a8655e6feac2 (diff)
parent11eef7959ac343d42d702bb111832f5d4bb063f8 (diff)
Merge pull request #219246 from r-ryantm/auto-update/gucci
gucci: 1.6.5 -> 1.6.6
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/text/gucci/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/text/gucci/default.nix b/pkgs/tools/text/gucci/default.nix
index f98f5e1cc0393..b30a21a6f49cd 100644
--- a/pkgs/tools/text/gucci/default.nix
+++ b/pkgs/tools/text/gucci/default.nix
@@ -2,16 +2,16 @@
 
 buildGoModule rec {
   pname = "gucci";
-  version = "1.6.5";
+  version = "1.6.6";
 
   src = fetchFromGitHub {
     owner = "noqcks";
     repo = "gucci";
     rev = "refs/tags/${version}";
-    sha256 = "sha256-x4qCdw+hw1cZ9NY+9eEHksBn+6K0v3QZ1fuT9PX75pc=";
+    sha256 = "sha256-0ZVRjzU/KTqhaQC6zubbcNp1jX2pgFSGyyIYcWaHzeU=";
   };
 
-  vendorSha256 = "sha256-YSAzbilyLip3cbnfVGlbHTW5cxmJyw/FYdYHXAqet+Q=";
+  vendorHash = "sha256-/4OnbtxxhXQnmSV6UbjgzXdL7szhL9rKiG5BR8FsyqI=";
 
   ldflags = [ "-s" "-w" "-X main.AppVersion=${version}" ];