pomerium: 0.32.4 -> 0.32.6

This commit is contained in:
Vlad Petrov
2026-04-28 21:41:44 +03:00
parent 9b481b0ed6
commit cf7f19ad79
+3 -3
View File
@@ -18,15 +18,15 @@ let
in
buildGoModule rec {
pname = "pomerium";
version = "0.32.4";
version = "0.32.6";
src = fetchFromGitHub {
owner = "pomerium";
repo = "pomerium";
rev = "v${version}";
hash = "sha256-XTj0ZLPRe8I3a5be0oRTxRUuT2wHnbsms7wIvLUg9ms=";
hash = "sha256-VwmjuXlYsh2dGKf7ux8DyLZec7xMISuQ7SSb9+LwzfU=";
};
vendorHash = "sha256-EYXmeS4jtueI9FwVQdMlsYX3CSRGH9Dft0Syf88nf7o=";
vendorHash = "sha256-b4H7gAMG7DXEbvkZFsoEZrKpuvPW0vkfv1qqBPBaGAM=";
ui = buildNpmPackage {
pname = "pomerium-ui";