kpt: 0.37.0 -> 0.37.1

This commit is contained in:
R. RyanTM 2021-01-19 18:48:20 +00:00
parent 7de82fbe61
commit 2540a4111f

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "kpt";
version = "0.37.0";
version = "0.37.1";
src = fetchFromGitHub {
owner = "GoogleContainerTools";
repo = pname;
rev = "v${version}";
sha256 = "1b1sgwax67pazcs1lly3h3bb7ww91lcd3nr0w3r3f46d1c6iy8mn";
sha256 = "sha256-4SGCYkx9U6XNUrJfVPgNEhFA75CF8GOrtS4BSm6f7mM=";
};
vendorSha256 = "0dn6nryf3vn7r0xna02va4wbgkq0z6x8sj6g2mskfywrk0mfhadv";
vendorSha256 = "sha256-y/l9k3oTrN+9OGgyiVzCyYi+6lJpcKaEygirytbn9aI=";
subPackages = [ "." ];