Merge pull request #99876 from jonringer/bump-xmlsec

xmlsec: 1.2.28 -> 1.2.30
This commit is contained in:
Maximilian Bosch 2020-10-06 21:45:33 +02:00 committed by GitHub
commit 2b1b93a77e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@
lib.fix (self:
let
version = "1.2.28";
version = "1.2.30";
in
stdenv.mkDerivation {
pname = "xmlsec";
@ -11,7 +11,7 @@ stdenv.mkDerivation {
src = fetchurl {
url = "https://www.aleksey.com/xmlsec/download/xmlsec1-${version}.tar.gz";
sha256 = "1m12caglhyx08g8lh2sl3nkldlpryzdx2d572q73y3m33s0w9vhk";
sha256 = "1j5bf7ni45jghyrbf7a14wx2pvfara557zyry7g7h8840c5kd11d";
};
patches = [
@ -29,6 +29,7 @@ stdenv.mkDerivation {
enableParallelBuilding = true;
doCheck = true;
checkInputs = [ nss.tools ];
# enable deprecated soap headers required by lasso
# https://dev.entrouvert.org/issues/18771