Merge pull request #26181 from womfoo/bump/mod_auth_mellon-0.13.1

mod_auth_mellon: 0.12.0 -> 0.13.1
This commit is contained in:
Jörg Thalheim 2017-05-28 20:01:48 +01:00 committed by GitHub
commit 314c73d36a

View File

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
name = "mod_auth_mellon-${version}";
version = "0.12.0";
version = "0.13.1";
src = fetchFromGitHub {
owner = "UNINETT";
repo = "mod_auth_mellon";
rev = "v${version}";
sha256 = "1p6v6vgrfvgvc5y2ygqyyxi0klpm3nxaw3fg35zmpmw663w8skqn";
sha256 = "16b43y5a5p8g1287x04rv923230cy8dfs2j18cx6208n4bv4dvnk";
};
patches = [