vouch-proxy: 0.45.1 -> 0.47.2
This commit is contained in:
@@ -6,16 +6,16 @@
|
||||
|
||||
buildGoModule (finalAttrs: {
|
||||
pname = "vouch-proxy";
|
||||
version = "0.45.1";
|
||||
version = "0.47.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "vouch";
|
||||
repo = "vouch-proxy";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-xI9xucRb2D2a1Fvp5DetB4ln3C020qSGEVnuIpy1TMI=";
|
||||
hash = "sha256-BdqdJosX1Z1CsPDW65ybk6oGdSk/RXHPaEJuuIedNJ4=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-hieN3RJA0eBqlYxJj6hKgpQhq8s3vg/fPzxW0XSrlPA=";
|
||||
vendorHash = "sha256-Ma5/S2PXQ9lByIpIfkkLeiw/9rvmasSMElE1VoGIEHc=";
|
||||
|
||||
ldflags = [
|
||||
"-s"
|
||||
@@ -27,6 +27,9 @@ buildGoModule (finalAttrs: {
|
||||
export VOUCH_ROOT=$PWD
|
||||
'';
|
||||
|
||||
# TestClaimsHMAC requires network access to validate HMAC signatures
|
||||
checkFlags = [ "-skip=TestClaimsHMAC" ];
|
||||
|
||||
meta = {
|
||||
homepage = "https://github.com/vouch/vouch-proxy";
|
||||
description = "SSO and OAuth / OIDC login solution for NGINX using the auth_request module";
|
||||
|
||||
Reference in New Issue
Block a user