Skip to content

Commit

Permalink
openblas: 0.3.19 -> 0.3.20
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Feb 21, 2022
1 parent 55283f4 commit 251c50f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/science/math/openblas/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -129,15 +129,15 @@ let
in
stdenv.mkDerivation rec {
pname = "openblas";
version = "0.3.19";
version = "0.3.20";

outputs = [ "out" "dev" ];

src = fetchFromGitHub {
owner = "xianyi";
repo = "OpenBLAS";
rev = "v${version}";
sha256 = "sha256-EqA6oFM2theuvvuDOWeOx0Bv6AEFffmpWHJBzp23br0=";
sha256 = "sha256-FLPVcepf7tv/es+4kur9Op7o3iVAAayuYN4hY/P4mmQ=";
};

inherit blas64;
Expand Down

0 comments on commit 251c50f

Please sign in to comment.