Skip to content

Commit

Permalink
Merge pull request #105344 from r-ryantm/auto-update/pugixml
Browse files Browse the repository at this point in the history
pugixml: 1.10 -> 1.11
  • Loading branch information
marsam committed Nov 29, 2020
2 parents d8d478c + 3779b44 commit da0f3cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/pugixml/default.nix
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "pugixml";
version = "1.10";
version = "1.11";

src = fetchFromGitHub {
owner = "zeux";
repo = "pugixml";
rev = "v${version}";
sha256 = "dywnLSJHeGaR3+0lTLpacWQL0rWlF8+LNCy+oCCO9C4=";
sha256 = "0q620bfd9lnph68jhqn7iv9bqmks7qk90riq6f6nr4kqc4xnravd";
};

outputs = if shared then [ "out" "dev" ] else [ "out" ];
Expand Down

0 comments on commit da0f3cb

Please sign in to comment.