Skip to content

Commit b80b398

Browse files
committed
expat: 2.4.6 -> 2.4.7
This primarily fixes regressions in various other packages after the expat security fixes. (cherry picked from commit 48a0073)
1 parent 1a59069 commit b80b398

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/libraries/expat/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77

88
stdenv.mkDerivation rec {
99
pname = "expat";
10-
version = "2.4.6";
10+
version = "2.4.7";
1111

1212
src = fetchurl {
1313
url = "https://github.com/libexpat/libexpat/releases/download/R_${lib.replaceStrings ["."] ["_"] version}/${pname}-${version}.tar.xz";
14-
sha256 = "sha256-3lV5S3qbwhSFL9wHW+quzYVO/hNhWX5iaO6HlGlRKJs=";
14+
sha256 = "0zbss0dssn17mjmvk17qfi5cmvm0lcyzs62cwvqr219hhl864xcq";
1515
};
1616

1717
outputs = [ "out" "dev" ]; # TODO: fix referrers

0 commit comments

Comments
 (0)