Merge pull request #259438 from r-ryantm/auto-update/pugixml

pugixml: 1.13 -> 1.14
This commit is contained in:
Masum Reza
2024-06-24 10:08:58 +05:30
committed by GitHub
@@ -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" ];