about summary refs log tree commit diff
path: root/pkgs/servers/http
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-12-12 00:04:22 +0000
committerGitHub <noreply@github.com>2022-12-12 00:04:22 +0000
commit7caf38af187ed4541723543adb30b84bdecdac86 (patch)
tree2198cf84e8374198c1ed87af964580481e13f2b0 /pkgs/servers/http
parentf14765eb08276d3a3a0974a67b1b84283a38ebb6 (diff)
parent76e08d0f2f4b96f6318a6b2edf2bb858815a7db5 (diff)
Merge staging-next into staging
Diffstat (limited to 'pkgs/servers/http')
-rw-r--r--pkgs/servers/http/pomerium/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/servers/http/pomerium/default.nix b/pkgs/servers/http/pomerium/default.nix
index 91770f4c6880b..8e41aa8590b50 100644
--- a/pkgs/servers/http/pomerium/default.nix
+++ b/pkgs/servers/http/pomerium/default.nix
@@ -14,15 +14,15 @@ let
 in
 buildGoModule rec {
   pname = "pomerium";
-  version = "0.19.1";
+  version = "0.20.0";
   src = fetchFromGitHub {
     owner = "pomerium";
     repo = "pomerium";
     rev = "v${version}";
-    sha256 = "sha256-+YcYrhUQMiLUcBnYhTHxf+NrmQIdYpeO/blMgU33w6o=";
+    sha256 = "sha256-J8ediRreV80lzPcKIOSl1CNHp04ZW9ePyNyejlN50cE=";
   };
 
-  vendorSha256 = "sha256-Y8RFMW9nfO6cMCw1SDowKkpPHfUwGhzLPXr7vM6y6Nw=";
+  vendorSha256 = "sha256-V8asyi1Nm+h3KK/loBRZQN6atfEGUEdRydeZsp9wyQY=";
 
   ui = mkYarnPackage {
     inherit version;