mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
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:
parent
e921a05feb
commit
31b4bfe649
1 changed files with 2 additions and 2 deletions
|
@ -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" ];
|
||||
|
|
Loading…
Reference in a new issue