Skip to content

Commit 3c0605b

Browse files
authored
pomerium-cli: 0.29.1 -> 0.30.0 (NixOS#423870)
2 parents a7cc48b + 539cb77 commit 3c0605b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/po/pomerium-cli/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@ let
1414
in
1515
buildGoModule rec {
1616
pname = "pomerium-cli";
17-
version = "0.29.1";
17+
version = "0.30.0";
1818

1919
src = fetchFromGitHub {
2020
owner = "pomerium";
2121
repo = "cli";
2222
rev = "v${version}";
23-
sha256 = "sha256-CcXreKZ83+WDucV3sr62bwKzSs+S9R3e+z0JD0rR8jw=";
23+
sha256 = "sha256-BQuI4t9WjOeeqqPYLLsVyvyAbotzQZKAgSLgYDEF0Rg=";
2424
};
2525

26-
vendorHash = "sha256-k6HOIpz0cPCkP3TXg62u+tuYd41TF+YAoCWINAcFoB8=";
26+
vendorHash = "sha256-E3wKzIgrw1UDzHyZIHsALlTrQojHtSjtyckV34RPUtg=";
2727

2828
subPackages = [
2929
"cmd/pomerium-cli"

0 commit comments

Comments
 (0)