Revert "xmlsec: 1.2.25 -> 1.2.26 (#41655)"

This reverts commit 45eeb24701. This update
broke the build of libreoffice.

See https://github.com/NixOS/nixpkgs/issues/37619.

Ping @ryantm.
This commit is contained in:
Peter Simons 2018-06-14 16:17:23 +02:00
parent e921a05feb
commit 31b4bfe649

View file

@ -2,14 +2,14 @@
, openssl, nss, makeWrapper }:
let
version = "1.2.26";
version = "1.2.25";
in
stdenv.mkDerivation rec {
name = "xmlsec-${version}";
src = fetchurl {
url = "http://www.aleksey.com/xmlsec/download/xmlsec1-${version}.tar.gz";
sha256 = "0l1dk344rn3j2vnj13daz72xd8j1msvzhg82n2il5ji0qz4pd0ld";
sha256 = "1lpwj8dxwhha54sby0v5axjk79h56jnhjjiwiasbbk15vwzahz4n";
};
outputs = [ "out" "dev" ];