We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f394545 commit 5400fb8Copy full SHA for 5400fb8
1 file changed
pkgs/development/libraries/expat/default.nix
@@ -7,11 +7,11 @@
7
8
stdenv.mkDerivation rec {
9
pname = "expat";
10
- version = "2.4.1";
+ version = "2.4.2";
11
12
src = fetchurl {
13
url = "https://github.com/libexpat/libexpat/releases/download/R_${lib.replaceStrings ["."] ["_"] version}/${pname}-${version}.tar.xz";
14
- sha256 = "sha256-zwMtDbqbkoY2VI4ysyei1msaq2PE9KE90TLC0dLy+2o=";
+ sha256 = "sha256-vC/1j0nCmqx7/3BabBZ6gh8mxRIHn/CKxDL9D9ybsZk=";
15
};
16
17
outputs = [ "out" "dev" ]; # TODO: fix referrers
0 commit comments