kt: 11.1.0 -> 12.1.0

This commit is contained in:
Utku Demir 2017-10-17 11:57:38 +13:00
parent d5492433af
commit 30c63ace56
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
buildGoPackage rec { buildGoPackage rec {
name = "kt-${version}"; name = "kt-${version}";
version = "11.1.0"; version = "12.1.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "fgeller"; owner = "fgeller";
repo = "kt"; repo = "kt";
rev = "v${version}"; rev = "v${version}";
sha256 = "1ymygd3l5pfbnjmdjcrspj520v29hnv3bdgxpim38dpv3qj518vq"; sha256 = "014q39bg88vg1xdq1bz6wj982zb148sip3a42hbrinh8qj41y4yg";
}; };
goPackagePath = "github.com/fgeller/kt"; goPackagePath = "github.com/fgeller/kt";