pomerium: 0.25.1 -> 0.25.2

This commit is contained in:
R. Ryantm 2024-04-09 22:31:42 +00:00 committed by Yaya
parent 067e519281
commit 284850eb9b
1 changed files with 2 additions and 2 deletions

View File

@ -14,12 +14,12 @@ let
in
buildGoModule rec {
pname = "pomerium";
version = "0.25.1";
version = "0.25.2";
src = fetchFromGitHub {
owner = "pomerium";
repo = "pomerium";
rev = "v${version}";
hash = "sha256-xVPyiwKtSBchXC0FhNegeJlUej877zwNvrlAhSy6dJE=";
hash = "sha256-JateIiVao5IiPXmphA5+PlzB2XtP6zRR4rURqXSqJ6Q=";
};
vendorHash = "sha256-GdeZkKkENacc11FmEAFUfX9efInfhpv2Lz0/3CtixFQ=";