pugixml: 1.13 -> 1.14

This commit is contained in:
R. Ryantm 2023-10-06 18:49:22 +00:00
parent b3e14b9045
commit edc2eeaf48

View File

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