summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2017-05-28 20:01:48 +0100
committerGitHub <noreply@github.com>2017-05-28 20:01:48 +0100
commit314c73d36a1262c2374b4a4c80cb97e47eeb9e2d (patch)
tree7fdea7bb8b1d93ffe6630e5e41b58f8ada1e75af /pkgs/servers
parent815ad7c549b423ebd324027d886d5e67b56f295e (diff)
parent3a3aab58fceac5d783d843b68526798a8f465619 (diff)
downloadnixpkgs-314c73d36a1262c2374b4a4c80cb97e47eeb9e2d.tar
nixpkgs-314c73d36a1262c2374b4a4c80cb97e47eeb9e2d.tar.gz
nixpkgs-314c73d36a1262c2374b4a4c80cb97e47eeb9e2d.tar.bz2
nixpkgs-314c73d36a1262c2374b4a4c80cb97e47eeb9e2d.tar.lz
nixpkgs-314c73d36a1262c2374b4a4c80cb97e47eeb9e2d.tar.xz
nixpkgs-314c73d36a1262c2374b4a4c80cb97e47eeb9e2d.tar.zst
nixpkgs-314c73d36a1262c2374b4a4c80cb97e47eeb9e2d.zip
Merge pull request #26181 from womfoo/bump/mod_auth_mellon-0.13.1
mod_auth_mellon: 0.12.0 -> 0.13.1
Diffstat (limited to 'pkgs/servers')
-rw-r--r--pkgs/servers/http/apache-modules/mod_auth_mellon/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/http/apache-modules/mod_auth_mellon/default.nix b/pkgs/servers/http/apache-modules/mod_auth_mellon/default.nix
index 67648f9d4f2..a99f081b24e 100644
--- a/pkgs/servers/http/apache-modules/mod_auth_mellon/default.nix
+++ b/pkgs/servers/http/apache-modules/mod_auth_mellon/default.nix
@@ -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 = [