forked from mirrors/nixpkgs
pugixml: 1.6 -> 1.7
This commit is contained in:
parent
23dd686230
commit
8843f53fcb
1 changed files with 2 additions and 2 deletions
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "pugixml-${version}";
|
name = "pugixml-${version}";
|
||||||
version = "1.6";
|
version = "1.7";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/zeux/pugixml/releases/download/v${version}/${name}.tar.gz";
|
url = "https://github.com/zeux/pugixml/releases/download/v${version}/${name}.tar.gz";
|
||||||
sha256 = "1pnrdi8n9fdclmhxri3jwc6xwpgvblbjnqkk9ykycpnljv20ads7";
|
sha256 = "1jpml475kbhs1aqwa48g2cbfxlrb9qp115m2j9yryxhxyr30vqgv";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake ];
|
nativeBuildInputs = [ cmake ];
|
||||||
|
|
Loading…
Add table
Reference in a new issue