We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent ad83979 commit 629becbCopy full SHA for 629becb
pkgs/development/libraries/expat/default.nix
@@ -1,11 +1,11 @@
1
{ stdenv, fetchurl }:
2
3
stdenv.mkDerivation rec {
4
- name = "expat-2.2.2";
+ name = "expat-2.2.3";
5
6
src = fetchurl {
7
url = "mirror://sourceforge/expat/${name}.tar.bz2";
8
- sha256 = "0ik0r39ala9c6hj4kxrk933klgwkzlkbrfhvhaykx8l1rwgr2xj3";
+ sha256 = "0pyfma0sv4vif17kfv7xh2l2hl6skgw266a9cwm00p7q0bxr065k";
9
};
10
11
outputs = [ "out" "dev" ]; # TODO: fix referrers
fails on aarch https://nix-cache.s3.amazonaws.com/log/fgfpxxrv5cnm64bjzqg9w79y0qry5ia3-expat-2.2.3.drv cc @dezgeg
There is a patch here: https://github.com/libexpat/libexpat/commit/d98d4399174fd6f71d70e7bd89993a0e7346753d.patch
Will be part of next expat release. I'll add it to the staging and hope for the best.
In staging now: 2bbfac7
Seems to have sorted it out: https://hydra.nixos.org/build/58122145
4 commit comments
FRidh commentedon Aug 6, 2017
fails on aarch
https://nix-cache.s3.amazonaws.com/log/fgfpxxrv5cnm64bjzqg9w79y0qry5ia3-expat-2.2.3.drv
cc @dezgeg
rycee commentedon Aug 6, 2017
There is a patch here: https://github.com/libexpat/libexpat/commit/d98d4399174fd6f71d70e7bd89993a0e7346753d.patch
Will be part of next expat release. I'll add it to the staging and hope for the best.
rycee commentedon Aug 6, 2017
In staging now: 2bbfac7
rycee commentedon Aug 6, 2017
Seems to have sorted it out: https://hydra.nixos.org/build/58122145