Merge pull request #38060 from ryantm/auto-update/polyml

polyml: 5.7 -> 5.7.1
This commit is contained in:
Matthew Justin Bauer 2018-04-08 21:52:53 -05:00 committed by GitHub
commit 2ce5d2a1ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "polyml-${version}"; name = "polyml-${version}";
version = "5.7"; version = "5.7.1";
prePatch = stdenv.lib.optionalString stdenv.isDarwin '' prePatch = stdenv.lib.optionalString stdenv.isDarwin ''
substituteInPlace configure.ac --replace stdc++ c++ substituteInPlace configure.ac --replace stdc++ c++
@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
owner = "polyml"; owner = "polyml";
repo = "polyml"; repo = "polyml";
rev = "v${version}"; rev = "v${version}";
sha256 = "10nsljmcl0zjbcc7ifc991ypwfwq5gh4rcp5rg4nnb706c6bs16y"; sha256 = "0j0wv3ijfrjkfngy7dswm4k1dchk3jak9chl5735dl8yrl8mq755";
}; };
meta = with stdenv.lib; { meta = with stdenv.lib; {