about summary refs log tree commit diff
diff options
context:
space:
mode:
authorThomas Gerbet <thomas@gerbet.me>2024-07-03 21:18:40 +0200
committerGitHub <noreply@github.com>2024-07-03 21:18:40 +0200
commit88de662066793799835474c98e05b5afa599a4bb (patch)
tree3c2565c6a3fc7c3c510a17cf245914f9eb6ed64b
parentb657891042e288ef3b8b42e63bcccfb168261066 (diff)
parentceb93ad2ff5a4cf8f96539f9c5344d5af5240581 (diff)
Merge pull request #323805 from aanderse/apache-httpd
apacheHttpd: 2.4.59 -> 2.4.60
-rw-r--r--pkgs/servers/http/apache-httpd/2.4.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/http/apache-httpd/2.4.nix b/pkgs/servers/http/apache-httpd/2.4.nix
index b3d499415dde4..44b2caa184f4b 100644
--- a/pkgs/servers/http/apache-httpd/2.4.nix
+++ b/pkgs/servers/http/apache-httpd/2.4.nix
@@ -12,11 +12,11 @@
 
 stdenv.mkDerivation rec {
   pname = "apache-httpd";
-  version = "2.4.59";
+  version = "2.4.61";
 
   src = fetchurl {
     url = "mirror://apache/httpd/httpd-${version}.tar.bz2";
-    hash = "sha256-7FFQHsSAKE/1L2NyWBNdMzIwp9Ipw6+m9sL5BA4yEyM=";
+    hash = "sha256-6ouob9lb1ZTRXkbSWsW72oKuDJEirZOZjMU5wTPqzrY=";
   };
 
   # FIXME: -dev depends on -doc