1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-05 03:53:41 +00:00

openblas: 0.3.12 -> 0.3.13

This commit is contained in:
Jonathan Ringer 2020-12-30 12:07:07 -08:00 committed by Jonathan Ringer
parent 92f5b04596
commit 0137860077

View file

@ -105,7 +105,7 @@ let
in
stdenv.mkDerivation rec {
pname = "openblas";
version = "0.3.12";
version = "0.3.13";
outputs = [ "out" "dev" ];
@ -113,7 +113,7 @@ stdenv.mkDerivation rec {
owner = "xianyi";
repo = "OpenBLAS";
rev = "v${version}";
sha256 = "0mk1kjkr96bvvcq2zigzjrs0cnhwsf6gfi0855mp9yifn8lvp20y";
sha256 = "14jxh0v3jfbw4mfjx4mcz4dd51lyq7pqvh9k8dg94539ypzjr2lj";
};
inherit blas64;