Merge pull request #207575 from r-ryantm/auto-update/tfk8s

tfk8s: 0.1.8 -> 0.1.10

authored by markuskowa and committed by GitHub 38af5768 ef8a0c4d

+2 -2
+2 -2
pkgs/tools/misc/tfk8s/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "tfk8s"; 5 - version = "0.1.8"; 5 + version = "0.1.10"; 6 6 tag = "v${version}"; 7 7 8 8 src = fetchFromGitHub { 9 9 owner = "jrhouston"; 10 10 repo = "tfk8s"; 11 11 rev = tag; 12 - sha256 = "sha256-9k/1PZch5qUlCmD7Y1chw2NL6hKV6mUYAHgR7Sbv/qs="; 12 + sha256 = "sha256-VLpXL5ABnCxc+7dV3sZ6wsY2nKn2yfu7eTjtn881/XQ="; 13 13 }; 14 14 15 15 vendorSha256 = "sha256-eTADcUW9b6l47BkWF9YLxdcgvMbCzWTjLF28FneJHg8=";