tfk8s: 0.1.5 -> 0.1.6

This commit is contained in:
superherointj 2021-08-02 03:51:13 -03:00
parent 3ba595bd82
commit 80e5563d5f

View file

@ -2,14 +2,14 @@
buildGoModule rec {
pname = "tfk8s";
version = "0.1.5";
version = "0.1.6";
tag = "v${version}";
src = fetchFromGitHub {
owner = "jrhouston";
repo = "tfk8s";
rev = tag;
sha256 = "sha256-T0zM2JOmzk8YyS3+De6yGwiwLgyb6Rwy6hT9b44wNxQ=";
sha256 = "sha256-pjgacKyOAlaFqHCKcLmjTl/uWpjMzkHH0UcaIEb+IZI=";
};
vendorSha256 = "sha256-eLPmghs05pMMtys97Ja7YGdVMZmMmiaFeMwzaWNxW0I=";