tfk8s: 0.1.4 -> 0.1.5

This commit is contained in:
superherointj 2021-07-14 07:51:48 -03:00
parent b4c4784f7e
commit 0bac0bfd72

View File

@ -2,17 +2,17 @@
buildGoModule rec {
pname = "tfk8s";
version = "0.1.4";
version = "0.1.5";
tag = "v${version}";
src = fetchFromGitHub {
owner = "jrhouston";
repo = "tfk8s";
rev = tag;
sha256 = "sha256-Ha/F8rCGZqFYqJzfemmKRyEBI5khaSIerJxvf2Pf2ao=";
sha256 = "sha256-T0zM2JOmzk8YyS3+De6yGwiwLgyb6Rwy6hT9b44wNxQ=";
};
vendorSha256 = "sha256-wS5diDQFkt8IAp13d8Yeh8ihLvKWdR0Mbw0fMZpqqKE=";
vendorSha256 = "sha256-eLPmghs05pMMtys97Ja7YGdVMZmMmiaFeMwzaWNxW0I=";
runVend = true;
buildFlagsArray = [