Unverified Commit 6b3d7b04 authored by figsoda's avatar figsoda Committed by GitHub
Browse files

Merge pull request #232567 from r-ryantm/auto-update/upbound

upbound: 0.16.1 -> 0.17.0
parents 4a9bdb84 e86f02fe
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "upbound";
  version = "0.16.1";
  version = "0.17.0";

  src = fetchFromGitHub {
    owner = pname;
    repo = "up";
    rev = "v${version}";
    sha256 = "sha256-7fR6RiyxPgaf2uK/JY9ydwdUcRRhShFK2ij6WVTA/Vc=";
    sha256 = "sha256-WUMFWI3SzpgQgf6txOOIVTK/gTp9h5w/iQUkwyxVbKA=";
  };

  vendorHash = "sha256-FDwcsf69l8GcMet9zUG2fuyoZgpEujB3A59eWg2GbdI=";