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

pugixml: 1.11.1 -> 1.11.4
This commit is contained in:
Sandro 2021-08-08 11:47:18 +02:00 committed by GitHub
commit bd524f630e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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