upbound: 0.12.2 -> 0.15.0

Signed-off-by: Sunghoon Kang <me@hoon.dev>
This commit is contained in:
Sunghoon Kang 2023-01-18 23:41:42 +09:00
parent 75a1eb0c5b
commit 9ee9a0f5ee
No known key found for this signature in database
GPG key ID: 35D0CE4964B093C0

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "upbound";
version = "0.12.2";
version = "0.15.0";
src = fetchFromGitHub {
owner = pname;
repo = "up";
rev = "v${version}";
sha256 = "sha256-tbYUxqDtMIlHJ+bIE9PDDhPTSQKaZYObuRFSyRkh8+Y=";
sha256 = "sha256-0nCGBHyaAgSKn+gkiORe3PCuJFiPEN9yRO3vn0tyji8=";
};
vendorSha256 = "sha256-EeGNH/ka9Mt0vVtZfizXdTqf1f3H1aM5GITUyp+2FxM=";
vendorSha256 = "sha256-eueYdAlcH1hqE6EKrwpOrchVYhZg76Fgn9oh8sbNuxU=";
subPackages = [ "cmd/docker-credential-up" "cmd/up" ];