Skip to content

Commit

Permalink
blis: 1.0 -> 1.1 (#374184)
Browse files Browse the repository at this point in the history
Co-authored-by: stephen-huan <[email protected]>
  • Loading branch information
nixpkgs-merge-bot[bot] and stephen-huan authored Jan 16, 2025
2 parents 3bb59d1 + 050266d commit 726035e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/bl/blis/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ let
in
stdenv.mkDerivation rec {
pname = "blis";
version = "1.0";
version = "1.1";

src = fetchFromGitHub {
owner = "flame";
repo = "blis";
rev = version;
sha256 = "sha256-lAo6C34QQvXr3LmcsnTp4+Imi/lKxzcWu3EJkVgLvDI=";
sha256 = "sha256-joOTyHT87PelKNhL9+1lLqMz22WsENa+Rom41grBb0Y=";
};

inherit blas64;
Expand Down

0 comments on commit 726035e

Please sign in to comment.