Skip to content

Commit

Permalink
upbound: 0.33.0 -> 0.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Oct 9, 2024
1 parent 8af94f7 commit b7faa00
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/up/upbound/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

buildGoModule rec {
pname = "upbound";
version = "0.33.0";
version = "0.34.0";

src = fetchFromGitHub {
owner = pname;
repo = "up";
rev = "v${version}";
hash = "sha256-PJMOR/XpWqtSIb3x61o0iLwETCHA5e07etmEZYQtzXw=";
hash = "sha256-npWCGR0/iXAF7efreWhpwqboXJ24lqk5TPaB7glwEFI=";
};

vendorHash = "sha256-WLRXj4G49JEbQc2aFAjLLCpQrDhN94jazWxfM70hHqs=";
vendorHash = "sha256-f/RPyjrC5FsOjC5wnBtqEbLeVX7VeiVYFpRXcQ2lTc4=";

subPackages = [ "cmd/docker-credential-up" "cmd/up" ];

Expand Down

0 comments on commit b7faa00

Please sign in to comment.