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
commit 19a9f2479e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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" ];