apacheHttpdPackages.mod_pkcs12: 0.2.2 -> 0.2.3

https://redwax.eu/dist/rs/ChangeLog-mod_pkcs12-0.2.3
This commit is contained in:
Anthony Roussel 2024-03-21 22:32:42 +01:00
parent a86463f93f
commit 12f1b8f192
No known key found for this signature in database
GPG Key ID: 9DC4987B1A55E75E

View File

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