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

blis: 0.8.1 -> 0.9.0
main
Thiago Kenji Okada 2 years ago committed by GitHub
commit 19ef7cb3f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      pkgs/development/libraries/science/math/blis/default.nix

@ -17,13 +17,13 @@ let
blasIntSize = if blas64 then "64" else "32";
in stdenv.mkDerivation rec {
pname = "blis";
version = "0.8.1";
version = "0.9.0";
src = fetchFromGitHub {
owner = "flame";
repo = "blis";
rev = version;
sha256 = "sha256-D5T/itq9zyD5TkeJ4Ae1vS4yEWU51omyJoIkKQ2NLhY=";
sha256 = "sha256-1aHIdt5wCDrT1hBPnaUVThwjwDkJQ0G0+tao2iFXYpM=";
};
inherit blas64;

Loading…
Cancel
Save