Skip to content

Commit

Permalink
kontemplate: 1.4.0 -> 1.5.0
Browse files Browse the repository at this point in the history
Moves to release version 1.5.0 (released 2018-05-08).
  • Loading branch information
tazjin committed May 8, 2018
1 parent dace481 commit a604fc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/cluster/kontemplate/default.nix
Original file line number Diff line number Diff line change
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 a604fc6

Please sign in to comment.