summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster
diff options
context:
space:
mode:
authorVincent Ambo <github@tazj.in>2018-06-10 00:03:02 +0200
committerxeji <36407913+xeji@users.noreply.github.com>2018-06-10 00:03:02 +0200
commit8e9e728aee73306751277ec65ae2e33b0ba88a6f (patch)
tree4bdafbdc53c091b6665a9f334f176220b7897aca /pkgs/applications/networking/cluster
parent7710faccee9f74b4201bdc73e43cd2728357ce36 (diff)
downloadnixlib-8e9e728aee73306751277ec65ae2e33b0ba88a6f.tar
nixlib-8e9e728aee73306751277ec65ae2e33b0ba88a6f.tar.gz
nixlib-8e9e728aee73306751277ec65ae2e33b0ba88a6f.tar.bz2
nixlib-8e9e728aee73306751277ec65ae2e33b0ba88a6f.tar.lz
nixlib-8e9e728aee73306751277ec65ae2e33b0ba88a6f.tar.xz
nixlib-8e9e728aee73306751277ec65ae2e33b0ba88a6f.tar.zst
nixlib-8e9e728aee73306751277ec65ae2e33b0ba88a6f.zip
kontemplate: 1.5.0 -> 1.6.0 (#41766)
Upstream release notes at:

https://github.com/tazjin/kontemplate/releases/tag/v1.6.0
Diffstat (limited to 'pkgs/applications/networking/cluster')
-rw-r--r--pkgs/applications/networking/cluster/kontemplate/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/cluster/kontemplate/default.nix b/pkgs/applications/networking/cluster/kontemplate/default.nix
index fd599cd86586..e5d649c68b79 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; {