summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-05-29 08:39:07 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-05-29 17:34:44 +0000
commit89b62b7d9c1001b533edca03f99d59f071f98d9b (patch)
tree20a2b53ee1d6940fcf466e87a3234af81bdb8e98 /pkgs
parent577d6a07708cb763a488a7c4ff709b8e2e2c4c96 (diff)
pomerium: 0.22.1 -> 0.22.2
(cherry picked from commit cc62398c925d6f4482d640242a7076841902bb66)
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/servers/http/pomerium/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/http/pomerium/default.nix b/pkgs/servers/http/pomerium/default.nix
index 9cd49e98d9842..ced6200641a42 100644
--- a/pkgs/servers/http/pomerium/default.nix
+++ b/pkgs/servers/http/pomerium/default.nix
@@ -14,12 +14,12 @@ let
 in
 buildGoModule rec {
   pname = "pomerium";
-  version = "0.22.1";
+  version = "0.22.2";
   src = fetchFromGitHub {
     owner = "pomerium";
     repo = "pomerium";
     rev = "v${version}";
-    sha256 = "sha256-Z3mnBPFF354QQ/oswzvlsHoBmQ4QRYltAnsBKmjQ3Hc=";
+    sha256 = "sha256-EcAzj2VLbBPu5afKZcf2fGBbw2kTOYGgSemD70msrqw=";
   };
 
   vendorSha256 = "sha256-xe8as7OY1+tTSqgpwk2Q1jcBnn89latJpMyx4KG7zg8=";