From 3ee8635c3ca303d9f1de6a352fea28ce59726692 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 6 Sep 2023 20:10:48 +0000 Subject: [PATCH] goconst: 1.5.1 -> 1.6.0 --- pkgs/development/tools/goconst/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/tools/goconst/default.nix b/pkgs/development/tools/goconst/default.nix index 002f13c77e3a..7d0123f00f85 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.5.1"; + version = "1.6.0"; excludedPackages = [ "tests" ]; @@ -10,10 +10,10 @@ buildGoModule rec { owner = "jgautheron"; repo = "goconst"; rev = "v${version}"; - sha256 = "sha256-chBWxOy9V4pO3hMaeCoKwnQxIEYiSejUOD3QDBCpaoE="; + sha256 = "sha256-gd+0Gm1qANwgYKWAxpU7759BhyURalJCRxd/P6sczc4="; }; - vendorSha256 = null; + vendorHash = null; ldflags = [ "-s" "-w" ];