expat: 2.4.1 -> 2.4.2 (#151445)

This commit is contained in:
Sergei Trofimovich
2021-12-25 16:55:17 -05:00
committed by GitHub
parent f394545b13
commit 5400fb8000
+2 -2
View File
@@ -7,11 +7,11 @@
stdenv.mkDerivation rec {
pname = "expat";
version = "2.4.1";
version = "2.4.2";
src = fetchurl {
url = "https://github.com/libexpat/libexpat/releases/download/R_${lib.replaceStrings ["."] ["_"] version}/${pname}-${version}.tar.xz";
sha256 = "sha256-zwMtDbqbkoY2VI4ysyei1msaq2PE9KE90TLC0dLy+2o=";
sha256 = "sha256-vC/1j0nCmqx7/3BabBZ6gh8mxRIHn/CKxDL9D9ybsZk=";
};
outputs = [ "out" "dev" ]; # TODO: fix referrers