Merge pull request #76356 from r-ryantm/auto-update/openlibm

openlibm: 0.6.0 -> 0.7.0
This commit is contained in:
Mario Rodas 2020-01-06 09:58:54 -05:00 committed by GitHub
commit e11aab8340
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,10 +2,10 @@
stdenv.mkDerivation rec {
pname = "openlibm";
version = "0.6.0";
version = "0.7.0";
src = fetchurl {
url = "https://github.com/JuliaLang/openlibm/archive/v${version}.tar.gz";
sha256 = "0a5fpm8nra5ldhjk0cqd2rx1qh32wiarkxmcqcm5xl8z7l4kjm6l";
sha256 = "18q6mrq4agvlpvhix2k13qcyvqqzh30vj7b329dva64035rzg68n";
};
makeFlags = [ "prefix=$(out)" ];