Loading pkgs/servers/http/apache-modules/mod_auth_mellon/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -3,13 +3,13 @@ stdenv.mkDerivation rec { pname = "mod_auth_mellon"; version = "0.19.0"; version = "0.19.1"; src = fetchFromGitHub { owner = "latchset"; repo = "mod_auth_mellon"; rev = "v${version}"; sha256 = "sha256-frSfhddLfEZ2xSI7/HPZkr5AiTJ9nnYmnJZY8aC3zwI="; sha256 = "sha256-VcR+HZ5S7fLrGqT1SHCQLQw6v516G0x+wf8Wb5Sy4Gk="; }; nativeBuildInputs = [ autoreconfHook pkg-config autoconf automake ]; Loading Loading
pkgs/servers/http/apache-modules/mod_auth_mellon/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -3,13 +3,13 @@ stdenv.mkDerivation rec { pname = "mod_auth_mellon"; version = "0.19.0"; version = "0.19.1"; src = fetchFromGitHub { owner = "latchset"; repo = "mod_auth_mellon"; rev = "v${version}"; sha256 = "sha256-frSfhddLfEZ2xSI7/HPZkr5AiTJ9nnYmnJZY8aC3zwI="; sha256 = "sha256-VcR+HZ5S7fLrGqT1SHCQLQw6v516G0x+wf8Wb5Sy4Gk="; }; nativeBuildInputs = [ autoreconfHook pkg-config autoconf automake ]; Loading