about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAnthony Roussel <anthony@roussel.dev>2024-03-21 22:25:34 +0100
committerAnthony Roussel <anthony@roussel.dev>2024-03-22 12:52:24 +0100
commit7b7a71ab01ef172028c3a834c8c8a0783f1632d0 (patch)
treea990407d7972ef7536faf0ebcd3fd75b9033b2a4
parent056b001496c39f94c823ec40b4a7a81c018be1f4 (diff)
downloadnixlib-7b7a71ab01ef172028c3a834c8c8a0783f1632d0.tar
nixlib-7b7a71ab01ef172028c3a834c8c8a0783f1632d0.tar.gz
nixlib-7b7a71ab01ef172028c3a834c8c8a0783f1632d0.tar.bz2
nixlib-7b7a71ab01ef172028c3a834c8c8a0783f1632d0.tar.lz
nixlib-7b7a71ab01ef172028c3a834c8c8a0783f1632d0.tar.xz
nixlib-7b7a71ab01ef172028c3a834c8c8a0783f1632d0.tar.zst
nixlib-7b7a71ab01ef172028c3a834c8c8a0783f1632d0.zip
apacheHttpdPackages.mod_ocsp: 0.2.2 -> 0.2.3
https://redwax.eu/dist/rs/ChangeLog-mod_ocsp-0.2.3
-rw-r--r--pkgs/servers/http/apache-modules/mod_ocsp/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/http/apache-modules/mod_ocsp/default.nix b/pkgs/servers/http/apache-modules/mod_ocsp/default.nix
index 3b065ac97cbf..2f4b754cfc6b 100644
--- a/pkgs/servers/http/apache-modules/mod_ocsp/default.nix
+++ b/pkgs/servers/http/apache-modules/mod_ocsp/default.nix
@@ -11,11 +11,11 @@
 
 stdenv.mkDerivation rec {
   pname = "mod_ocsp";
-  version = "0.2.2";
+  version = "0.2.3";
 
   src = fetchurl {
     url = "https://redwax.eu/dist/rs/${pname}-${version}.tar.gz";
-    sha256 = "0wy5363m4gq1w08iny2b3sh925bnznlln88pr9lgj9vgbn8pqnrn";
+    hash = "sha256-G+m/KdJCCTlSMeJzUnCRJkBEQ8cOQ+rJhA3NPrwh1Us=";
   };
 
   nativeBuildInputs = [ pkg-config ];