apacheHttpdPackages.mod_ca: 0.2.2 -> 0.2.3

https://redwax.eu/dist/rs/ChangeLog-mod_ca-0.2.3
This commit is contained in:
Anthony Roussel 2024-03-21 22:13:29 +01:00
parent aa0ce1d98a
commit b207361921
No known key found for this signature in database
GPG Key ID: 9DC4987B1A55E75E
1 changed files with 2 additions and 2 deletions

View File

@ -13,11 +13,11 @@
stdenv.mkDerivation rec {
pname = "mod_ca";
version = "0.2.2";
version = "0.2.3";
src = fetchurl {
url = "https://redwax.eu/dist/rs/${pname}-${version}.tar.gz";
sha256 = "0gs66br3aig749rzifxn6j1rz2kps4hc4jppscly48lypgyygy8s";
hash = "sha256-HGnhypOO0WOgRw9i9oqO4da131zAwBXOdrc9dypFjyk=";
};
nativeBuildInputs = [ pkg-config ];