Merge pull request #309674 from r-ryantm/auto-update/blis

blis: 0.9.0 -> 1.0

authored by

Fabián Heredia Montiel and committed by
GitHub
a2d2570d 29681e6d

+2 -2
+2 -2
pkgs/development/libraries/science/math/blis/default.nix
··· 17 blasIntSize = if blas64 then "64" else "32"; 18 in stdenv.mkDerivation rec { 19 pname = "blis"; 20 - version = "0.9.0"; 21 22 src = fetchFromGitHub { 23 owner = "flame"; 24 repo = "blis"; 25 rev = version; 26 - sha256 = "sha256-1aHIdt5wCDrT1hBPnaUVThwjwDkJQ0G0+tao2iFXYpM="; 27 }; 28 29 inherit blas64;
··· 17 blasIntSize = if blas64 then "64" else "32"; 18 in stdenv.mkDerivation rec { 19 pname = "blis"; 20 + version = "1.0"; 21 22 src = fetchFromGitHub { 23 owner = "flame"; 24 repo = "blis"; 25 rev = version; 26 + sha256 = "sha256-lAo6C34QQvXr3LmcsnTp4+Imi/lKxzcWu3EJkVgLvDI="; 27 }; 28 29 inherit blas64;