Skip to content

Commit

Permalink
Merge pull request #40170 from tazjin/kontemplate-v1.5.0
Browse files Browse the repository at this point in the history
kontemplate: 1.4.0 -> 1.5.0
  • Loading branch information
Mic92 committed May 8, 2018
2 parents 199e7f1 + a604fc6 commit 9e968fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/cluster/kontemplate/default.nix
Expand Up @@ -2,15 +2,15 @@

buildGoPackage rec {
name = "kontemplate-${version}";
version = "1.4.0";
version = "1.5.0";
goPackagePath = "github.com/tazjin/kontemplate";
goDeps = ./deps.nix;

src = fetchFromGitHub {
owner = "tazjin";
repo = "kontemplate";
rev = "v${version}";
sha256 = "11aqc9sgyqz3pscx7njnb3xghl7d61vzdgl3bqndady0dxsccrpj";
sha256 = "0k3yr0ypw6brj1lxqs041zsyi0r09113i0x3xfj48zv4ralq74b6";
};

meta = with lib; {
Expand Down

0 comments on commit 9e968fb

Please sign in to comment.