blas: 3.7.1 -> 3.8.0

Semi-automatic update. These checks were performed:

- built on NixOS
- found 3.8.0 in filename of file in /nix/store/6j28cb5b114fxj7x7wpwv8mdbiqxq1fj-blas-3.8.0
This commit is contained in:
Ryan Mulligan 2018-02-25 09:23:56 -08:00 committed by obadz
parent c64a239ccf
commit 1aa5bb44ca

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "blas-${version}";
version = "3.7.1";
version = "3.8.0";
src = fetchurl {
url = "http://www.netlib.org/blas/${name}.tgz";
sha256 = "1hvmwp488hd6sdxdbmhjhmyrrd4s1ds1cjzh5d86l10b3wsm99n5";
sha256 = "1s24iry5197pskml4iygasw196bdhplj0jmbsb9jhabcjqj2mpsm";
};
buildInputs = [ gfortran ];