Skip to content

Commit

Permalink
apacheHttpdPackages.mod_auth_mellon: 0.18.1 -> 0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 14, 2024
1 parent 9e9a77c commit 61b09eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/http/apache-modules/mod_auth_mellon/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit 61b09eb

Please sign in to comment.