Merge pull request #280863 from r-ryantm/auto-update/apacheHttpdPackages.mod_auth_mellon

apacheHttpdPackages.mod_auth_mellon: 0.18.1 -> 0.19.0
This commit is contained in:
Weijia Wang 2024-01-20 21:28:51 +01:00 committed by GitHub
commit cfa483ec2d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
pname = "mod_auth_mellon";
version = "0.18.1";
version = "0.19.0";
src = fetchFromGitHub {
owner = "latchset";
repo = "mod_auth_mellon";
rev = "v${version}";
sha256 = "sha256-LIzJP+OAcrgNIo9KU2kMfZ8kjHC5qUg96kJw3qhqbvc=";
sha256 = "sha256-frSfhddLfEZ2xSI7/HPZkr5AiTJ9nnYmnJZY8aC3zwI=";
};
nativeBuildInputs = [ autoreconfHook pkg-config autoconf automake ];