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

pugixml: 1.11.4 -> 1.12
This commit is contained in:
Pascal Wittmann 2022-02-16 15:30:03 +01:00 committed by GitHub
commit a7ef9376ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "pugixml";
version = "1.11.4";
version = "1.12";
src = fetchFromGitHub {
owner = "zeux";
repo = "pugixml";
rev = "v${version}";
sha256 = "sha256-pXadPs2Dlht3BMNYDVxWZqnVv0umDgYVcqH5YVxr+uA=";
sha256 = "sha256-FLemG9T17n6l7vgb01OmO22BK59jv5uozVHeUnILEEQ=";
};
outputs = if shared then [ "out" "dev" ] else [ "out" ];