ytt: 0.44.0 -> 0.44.1
Diff: https://github.com/vmware-tanzu/carvel-ytt/compare/v0.44.0...v0.44.1
This commit is contained in:
parent
f3793e52e1
commit
16a722f8b9
@ -1,13 +1,13 @@
|
|||||||
{ lib, buildGoModule, fetchFromGitHub }:
|
{ lib, buildGoModule, fetchFromGitHub }:
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "ytt";
|
pname = "ytt";
|
||||||
version = "0.44.0";
|
version = "0.44.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "vmware-tanzu";
|
owner = "vmware-tanzu";
|
||||||
repo = "carvel-ytt";
|
repo = "carvel-ytt";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-mhfRrmZkeQWbYlgDEsjiUSOALXc6tI8eK81rjLYSXwk=";
|
sha256 = "sha256-3uyMwW8v2rPguXbPKy8IyQxroNaNS6rrXEcgRP91fdU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorSha256 = null;
|
vendorSha256 = null;
|
||||||
|
Loading…
Reference in New Issue
Block a user