apacheHttpdPackages.mod_spkac: 0.2.2 -> 0.2.3

https://redwax.eu/dist/rs/ChangeLog-mod_spkac-0.2.3
This commit is contained in:
Anthony Roussel 2024-03-21 22:41:21 +01:00
parent 02a6023036
commit c4e713b213
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_spkac";
version = "0.2.2";
version = "0.2.3";
src = fetchurl {
url = "https://redwax.eu/dist/rs/${pname}-${version}.tar.gz";
sha256 = "0hpr58yazbi21m0sjn22a8ns4h81s4jlab9szcdw7j9w9jdc7j0h";
hash = "sha256-J1pGz+/AD0IPwRPBA+wt9PgV9qnZEHX66VCBGqhf0b8=";
};
nativeBuildInputs = [ pkg-config ];