pomerium: 0.29.3 -> 0.29.4

(cherry picked from commit 76c603b415)
This commit is contained in:
R. Ryantm
2025-05-30 00:46:27 +00:00
committed by github-actions[bot]
parent 739f31bebc
commit 357da45f99

View File

@@ -19,12 +19,12 @@ let
in
buildGo123Module rec {
pname = "pomerium";
version = "0.29.3";
version = "0.29.4";
src = fetchFromGitHub {
owner = "pomerium";
repo = "pomerium";
rev = "v${version}";
hash = "sha256-jlNU6pygq6X0DL3f25aVGHB8VoKw+VEdNFB5QY8MR9E=";
hash = "sha256-Oj/wC3rr7CAw2iB0H8yUvzv5VCEIo8kc5sZrxFX6NrI=";
};
vendorHash = "sha256-K9LcGvANajoVKEDIswahD0mT5845qGZzafmWMKkVn8Q=";