Merge pull request #118509 from r-ryantm/auto-update/liblapack

lapack-reference: 3.9.0 -> 3.9.1
This commit is contained in:
markuskowa 2021-06-25 13:42:06 +02:00 committed by GitHub
commit 50a59c78ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@
}:
let
inherit (lib) optional;
version = "3.9.0";
version = "3.9.1";
in
stdenv.mkDerivation rec {
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
owner = "Reference-LAPACK";
repo = "lapack";
rev = "v${version}";
sha256 = "0sxnc97z67i7phdmcnq8f8lmxgw10wdwvr8ami0w3pb179cgrbpb";
sha256 = "sha256-B7eRaEY9vaLvuKkJ7d2KWanGE7OXh43O0UbXFheUWK8=";
};
nativeBuildInputs = [ gfortran cmake ];