lol

openlibm: 0.5.5 -> 0.6.0

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/openlibm/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 0.6.0 with grep in /nix/store/crnh2jiksr0b3sq5v6fc9x7zrrsjgirg-openlibm-0.6.0
- directory tree listing: https://gist.github.com/c287196625881e2d6c72af761704718e
- du listing: https://gist.github.com/ac9a45900fb2ba4ff48120c343677dec

+2 -2
+2 -2
pkgs/development/libraries/science/math/openlibm/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 name = "openlibm-${version}"; 5 - version = "0.5.5"; 5 + version = "0.6.0"; 6 6 src = fetchurl { 7 7 url = "https://github.com/JuliaLang/openlibm/archive/v${version}.tar.gz"; 8 - sha256 = "1z8cj5q8ca8kmrakwkpjxf8svi81waw0c568cx8v8pv9kvswbp07"; 8 + sha256 = "0a5fpm8nra5ldhjk0cqd2rx1qh32wiarkxmcqcm5xl8z7l4kjm6l"; 9 9 }; 10 10 11 11 makeFlags = [ "prefix=$(out)" ];