Merge pull request #132386 from superherointj/package-tfk8s-v0.1.6

authored by Sandro and committed by GitHub 2041928b 4ef4a1e6

+2 -2
+2 -2
pkgs/tools/misc/tfk8s/default.nix
··· 2 3 buildGoModule rec { 4 pname = "tfk8s"; 5 - version = "0.1.5"; 6 tag = "v${version}"; 7 8 src = fetchFromGitHub { 9 owner = "jrhouston"; 10 repo = "tfk8s"; 11 rev = tag; 12 - sha256 = "sha256-T0zM2JOmzk8YyS3+De6yGwiwLgyb6Rwy6hT9b44wNxQ="; 13 }; 14 15 vendorSha256 = "sha256-eLPmghs05pMMtys97Ja7YGdVMZmMmiaFeMwzaWNxW0I=";
··· 2 3 buildGoModule rec { 4 pname = "tfk8s"; 5 + version = "0.1.6"; 6 tag = "v${version}"; 7 8 src = fetchFromGitHub { 9 owner = "jrhouston"; 10 repo = "tfk8s"; 11 rev = tag; 12 + sha256 = "sha256-pjgacKyOAlaFqHCKcLmjTl/uWpjMzkHH0UcaIEb+IZI="; 13 }; 14 15 vendorSha256 = "sha256-eLPmghs05pMMtys97Ja7YGdVMZmMmiaFeMwzaWNxW0I=";