Skip to content

Commit

Permalink
Merge pull request #30487 from utdemir/update-kt
Browse files Browse the repository at this point in the history
kt: 11.1.0 -> 12.1.0
  • Loading branch information
Mic92 committed Oct 17, 2017
2 parents 8dd0707 + 30c63ac commit 9e3771c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/misc/kt/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

buildGoPackage rec {
name = "kt-${version}";
version = "11.1.0";
version = "12.1.0";

src = fetchFromGitHub {
owner = "fgeller";
repo = "kt";
rev = "v${version}";
sha256 = "1ymygd3l5pfbnjmdjcrspj520v29hnv3bdgxpim38dpv3qj518vq";
sha256 = "014q39bg88vg1xdq1bz6wj982zb148sip3a42hbrinh8qj41y4yg";
};

goPackagePath = "github.com/fgeller/kt";
Expand Down

0 comments on commit 9e3771c

Please sign in to comment.