Skip to content

Commit 0c50107

Browse files
authored
pomerium-cli: 0.29.0 -> 0.29.1 (NixOS#396691)
2 parents 9bdc1d3 + 5fd3198 commit 0c50107

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.0";
17+
version = "0.29.1";
1818

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

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

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

0 commit comments

Comments
 (0)