Skip to content

Commit

Permalink
highfive: 2.8.0 -> 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 26, 2024
1 parent 5af80ac commit aaab9db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/highfive/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ assert mpiSupport -> mpi != null;

stdenv.mkDerivation rec {
pname = "highfive${lib.optionalString mpiSupport "-mpi"}";
version = "2.8.0";
version = "2.9.0";

src = fetchFromGitHub {
owner = "BlueBrain";
repo = "HighFive";
rev = "v${version}";
sha256 = "sha256-INDQ0RqPMSsKXQ/QVDhpCg4qzghLA3zQUViduflLUFY=";
sha256 = "sha256-4n7J0qf4josYVsbVF4u+NLdecpA9gqHXCfibr0QfyJ4=";
};

nativeBuildInputs = [ cmake ];
Expand Down

0 comments on commit aaab9db

Please sign in to comment.