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

openlibm: 0.5.5 -> 0.6.0
This commit is contained in:
Matthew Bauer 2018-06-28 22:06:11 -04:00 committed by GitHub
commit 753544ab52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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