pugixml: 1.15 -> 1.16 (#532481)

This commit is contained in:
Martin Weinelt
2026-07-21 14:05:04 +00:00
committed by GitHub

View File

@@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "pugixml";
version = "1.15";
version = "1.16";
src = fetchFromGitHub {
owner = "zeux";
repo = "pugixml";
tag = "v${finalAttrs.version}";
hash = "sha256-t/57lg32KgKPc7qRGQtO/GOwHRqoj78lllSaE/A8Z9Q=";
hash = "sha256-gdfVktqG4Adcq1QvLyvx7EFV336gnNWXL+X/NOFJ0gs=";
};
outputs = [ "out" ] ++ lib.optionals shared [ "dev" ];