tfk8s: 0.1.8 -> 0.1.10

This commit is contained in:
R. Ryantm 2022-12-24 14:44:22 +00:00
parent b10a520017
commit a323b125e2

View file

@ -2,14 +2,14 @@
buildGoModule rec {
pname = "tfk8s";
version = "0.1.8";
version = "0.1.10";
tag = "v${version}";
src = fetchFromGitHub {
owner = "jrhouston";
repo = "tfk8s";
rev = tag;
sha256 = "sha256-9k/1PZch5qUlCmD7Y1chw2NL6hKV6mUYAHgR7Sbv/qs=";
sha256 = "sha256-VLpXL5ABnCxc+7dV3sZ6wsY2nKn2yfu7eTjtn881/XQ=";
};
vendorSha256 = "sha256-eTADcUW9b6l47BkWF9YLxdcgvMbCzWTjLF28FneJHg8=";