kapp: 0.36.0 -> 0.37.0

This commit is contained in:
David Birks 2021-06-01 12:45:10 -04:00
parent 38e88107f6
commit 11424e1091
No known key found for this signature in database
GPG key ID: BB999F83D9A19A36

View file

@ -1,13 +1,13 @@
{ lib, buildGoModule, fetchFromGitHub, installShellFiles }:
buildGoModule rec {
pname = "kapp";
version = "0.36.0";
version = "0.37.0";
src = fetchFromGitHub {
owner = "vmware-tanzu";
repo = "carvel-kapp";
rev = "v${version}";
sha256 = "sha256-hYKRfAnpHw8hHT70sOQSGlDj0dgzU0wlZpXA5f2BBfg=";
sha256 = "sha256-SxS6KBiKc68PcRycdVDWWfXBKOJvo7GuG/0dUQGcHsg=";
};
vendorSha256 = null;