Skip to content

Commit 92d0294

Browse files
committed
Revert "expat: 2.4.1 -> 2.4.2 (#151445)"
This reverts commit 34e50e2. Should have gone to staging
1 parent 34e50e2 commit 92d0294

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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.2";
10+
version = "2.4.1";
1111

1212
src = fetchurl {
1313
url = "https://github.com/libexpat/libexpat/releases/download/R_${lib.replaceStrings ["."] ["_"] version}/${pname}-${version}.tar.xz";
14-
sha256 = "sha256-vC/1j0nCmqx7/3BabBZ6gh8mxRIHn/CKxDL9D9ybsZk=";
14+
sha256 = "sha256-zwMtDbqbkoY2VI4ysyei1msaq2PE9KE90TLC0dLy+2o=";
1515
};
1616

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

0 commit comments

Comments
 (0)