pugixml: 1.12.1 -> 1.13

This commit is contained in:
R. Ryantm 2022-11-10 09:04:14 +00:00
parent d01cb18be4
commit 77c6f58b5f

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "pugixml";
version = "1.12.1";
version = "1.13";
src = fetchFromGitHub {
owner = "zeux";
repo = "pugixml";
rev = "v${version}";
sha256 = "sha256-Udjx84mhLPJ1bU5WYDo73PAeeufS+vBLXZP0YbBvqLE=";
sha256 = "sha256-MAXm/9ANj6TjO1Skpg20RYt88bf6w1uPwRwOHXiXsWw=";
};
outputs = [ "out" ] ++ lib.optionals shared [ "dev" ];