apacheHttpdPackages.mod_crl: 0.2.3 -> 0.2.4

https://redwax.eu/dist/rs/ChangeLog-mod_crl-0.2.4
This commit is contained in:
Anthony Roussel 2024-03-21 22:19:18 +01:00
parent b9b1badb72
commit 1efb3be4fd
No known key found for this signature in database
GPG Key ID: 9DC4987B1A55E75E
1 changed files with 2 additions and 2 deletions

View File

@ -11,11 +11,11 @@
stdenv.mkDerivation rec {
pname = "mod_crl";
version = "0.2.3";
version = "0.2.4";
src = fetchurl {
url = "https://redwax.eu/dist/rs/${pname}-${version}.tar.gz";
sha256 = "1x186kp6fr8nwg0jlv5phagxndvw4rjqfga9mkibmn6dx252p61d";
hash = "sha256-w8YIhed9J1uo5uwhfOVe5LhNLUvFZCgUO4FrHm344Rg=";
};
nativeBuildInputs = [ pkg-config ];