upbound: 0.31.0 -> 0.32.1

This commit is contained in:
R. Ryantm 2024-08-11 13:15:31 +00:00
parent e7f2456df4
commit 7aa38bfe92

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "upbound";
version = "0.31.0";
version = "0.32.1";
src = fetchFromGitHub {
owner = pname;
repo = "up";
rev = "v${version}";
sha256 = "sha256-nXP97J0DdcXPAD/gB3py5UXhe48Kaec7CRTHmalo+RQ=";
sha256 = "sha256-E+9Goj2YppZ5Ka84vICmnjDeWcaW7kcxSsKyqZZoDs8=";
};
vendorHash = "sha256-9HnKpofJPxCieG5thNcLC7diA51ohzy7xgtniL7FEgo=";
vendorHash = "sha256-WLRXj4G49JEbQc2aFAjLLCpQrDhN94jazWxfM70hHqs=";
subPackages = [ "cmd/docker-credential-up" "cmd/up" ];