expat: 2.4.1 -> 2.4.2 (#151445)

This commit is contained in:
Sergei Trofimovich 2021-12-25 21:55:17 +00:00 committed by GitHub
parent f394545b13
commit 5400fb8000
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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