From 8e9e728aee73306751277ec65ae2e33b0ba88a6f Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sun, 10 Jun 2018 00:03:02 +0200 Subject: [PATCH] kontemplate: 1.5.0 -> 1.6.0 (#41766) Upstream release notes at: https://github.com/tazjin/kontemplate/releases/tag/v1.6.0 --- pkgs/applications/networking/cluster/kontemplate/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/networking/cluster/kontemplate/default.nix b/pkgs/applications/networking/cluster/kontemplate/default.nix index fd599cd8658..e5d649c68b7 100644 --- a/pkgs/applications/networking/cluster/kontemplate/default.nix +++ b/pkgs/applications/networking/cluster/kontemplate/default.nix @@ -2,7 +2,7 @@ buildGoPackage rec { name = "kontemplate-${version}"; - version = "1.5.0"; + version = "1.6.0"; goPackagePath = "github.com/tazjin/kontemplate"; goDeps = ./deps.nix; @@ -10,7 +10,7 @@ buildGoPackage rec { owner = "tazjin"; repo = "kontemplate"; rev = "v${version}"; - sha256 = "0k3yr0ypw6brj1lxqs041zsyi0r09113i0x3xfj48zv4ralq74b6"; + sha256 = "06qcf2cxs686kd7iqccmqd5chdzxgbkav95byjim7sgvq9qjajfi"; }; meta = with lib; {