3
0
Fork 0
forked from mirrors/nixpkgs

ytt: 0.45.1 -> 0.45.2

This commit is contained in:
R. Ryantm 2023-06-13 00:18:24 +00:00
parent 0eeebd64de
commit b992b7502b

View file

@ -1,13 +1,13 @@
{ lib, buildGoModule, fetchFromGitHub }:
buildGoModule rec {
pname = "ytt";
version = "0.45.1";
version = "0.45.2";
src = fetchFromGitHub {
owner = "vmware-tanzu";
repo = "carvel-ytt";
rev = "v${version}";
sha256 = "sha256-YfRr3oQUuDGVrQvfUzqld4SNWOsmGP4jmo5gf8tG6Vo=";
sha256 = "sha256-D2m+o1rGi2CPLqaLJWHOcVeA7F0GeUu4jFneTOsP+Ak=";
};
vendorHash = null;