Merge pull request #116765 from superherointj/tfk8s-0.1.2

tfk8s: 0.1.0 -> 0.1.2
This commit is contained in:
Sandro 2021-03-24 20:30:06 +01:00 committed by GitHub
commit fecbec86e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,16 +2,16 @@
buildGoModule rec { buildGoModule rec {
pname = "tfk8s"; pname = "tfk8s";
version = "0.1.0"; version = "0.1.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "jrhouston"; owner = "jrhouston";
repo = "tfk8s"; repo = "tfk8s";
rev = version; rev = "v${version}";
sha256 = "sha256-JzTWbkICOIfsHgMvpXz4bIWaXKKDAD8INSorMvnXiBw="; sha256 = "sha256-gszvWetreafIP9I8hi9zz24TOTSsGzDsm/vXJS6n4Q4=";
}; };
vendorSha256 = "sha256-r0c3y+nRc/hCTAT31DasQjxZN86BT8jnJmsLM7Ugrq4="; vendorSha256 = "sha256-wS5diDQFkt8IAp13d8Yeh8ihLvKWdR0Mbw0fMZpqqKE=";
runVend = true; runVend = true;
buildFlagsArray = [ buildFlagsArray = [