about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-12-15 10:39:24 -0500
committerGitHub <noreply@github.com>2023-12-15 10:39:24 -0500
commitf4543610b8d4e494b8bdfb3bde04489a88c4143f (patch)
tree6090d67ab14d405990280ea2aae3fc83272470f7
parent93acc5f6c38ae0a8b8ec59e6aa6557de755ae0db (diff)
parent809ff646c9dc269c10b745f040a2ba2fcb874696 (diff)
Merge pull request #274466 from r-ryantm/auto-update/goconst
goconst: 1.6.0 -> 1.7.0
-rw-r--r--pkgs/development/tools/goconst/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/goconst/default.nix b/pkgs/development/tools/goconst/default.nix
index 7d0123f00f85f..da4e9e90ef8b5 100644
--- a/pkgs/development/tools/goconst/default.nix
+++ b/pkgs/development/tools/goconst/default.nix
@@ -2,7 +2,7 @@
 
 buildGoModule rec {
   pname = "goconst";
-  version = "1.6.0";
+  version = "1.7.0";
 
   excludedPackages = [ "tests" ];
 
@@ -10,7 +10,7 @@ buildGoModule rec {
     owner = "jgautheron";
     repo = "goconst";
     rev = "v${version}";
-    sha256 = "sha256-gd+0Gm1qANwgYKWAxpU7759BhyURalJCRxd/P6sczc4=";
+    sha256 = "sha256-yhvZucbFldjTPVdo0epNPFMgmvz0JFPF7Gra0t11zXU=";
   };
 
   vendorHash = null;