apacheHttpdPackages.mod_auth_mellon: 0.17.0 -> 0.18.0

(cherry picked from commit 3f4692120b6b6285f147c6adb431ea39b9020dad)
This commit is contained in:
Aaron Andersen
2021-08-11 13:35:20 +00:00
committed by github-actions[bot]
parent 2da6605a52
commit cc07aecb10
2 changed files with 3 additions and 41 deletions
@@ -3,19 +3,15 @@
stdenv.mkDerivation rec {
pname = "mod_auth_mellon";
version = "0.17.0";
version = "0.18.0";
src = fetchFromGitHub {
owner = "latchset";
repo = "mod_auth_mellon";
rev = "v${version}";
sha256 = "03bkvqkmqq72ff1a8cpvpcxngnlz1p6433y2fkkynpjfr19cna2s";
sha256 = "0alfa8hz09jdg29bi1mvhwyr2nl0nvss2a2kybrcjvdw1fx6vijn";
};
patches = [
./fixdeps.patch
];
nativeBuildInputs = [ autoreconfHook pkg-config ];
buildInputs = [ apacheHttpd autoconf automake curl glib lasso libtool libxml2 libxslt openssl xmlsec ];
@@ -29,7 +25,7 @@ stdenv.mkDerivation rec {
'';
meta = with lib; {
homepage = "https://github.com/UNINETT/mod_auth_mellon";
homepage = "https://github.com/latchset/mod_auth_mellon";
description = "An Apache module with a simple SAML 2.0 service provider";
license = licenses.gpl2Plus;
platforms = platforms.linux;