From e94df9b3bcd68a9cfb0b1ef289a4382f6f6cfb9c Mon Sep 17 00:00:00 2001 From: Giorgio Gallo Date: Wed, 27 Nov 2024 11:53:17 +0100 Subject: [PATCH] gotemplate: 3.10.1 -> 3.11.0 --- pkgs/by-name/go/gotemplate/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/go/gotemplate/package.nix b/pkgs/by-name/go/gotemplate/package.nix index aecef203ec89..5e7fa9f94d31 100644 --- a/pkgs/by-name/go/gotemplate/package.nix +++ b/pkgs/by-name/go/gotemplate/package.nix @@ -6,16 +6,16 @@ buildGo123Module rec { pname = "gotemplate"; - version = "3.10.1"; + version = "3.11.0"; src = fetchFromGitHub { owner = "coveooss"; repo = "gotemplate"; rev = "refs/tags/v${version}"; - hash = "sha256-Q/Bqb0wgKzR0WPUHge/hqIvib/TbGxv6s+eEpDLxqPY="; + hash = "sha256-ohF9NemIXTTzguQ2VfqFt9zeiE4Co+dVux9Kw5cDobs="; }; - vendorHash = "sha256-buRCG9I5zltIMTu5SLE98/pQAs3Vlfw4oz2BZXQxUAc="; + vendorHash = "sha256-iNH0YmmZ/Qlc7WDoIbORd+uVg0rbQVKL6hX7YvbL0BE="; # This is the value reported when running `gotemplate --version`, # see https://github.com/coveooss/gotemplate/issues/262