Unverified Commit eb716f34 authored by Florian's avatar Florian Committed by GitHub
Browse files

Merge pull request #330955 from r-ryantm/auto-update/highfive-mpi

highfive-mpi: 2.9.0 -> 2.10.0
parents 9f331f71 85f2b3a8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@ assert mpiSupport -> mpi != null;

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

  src = fetchFromGitHub {
    owner = "BlueBrain";
    repo = "HighFive";
    rev = "v${version}";
    sha256 = "sha256-4n7J0qf4josYVsbVF4u+NLdecpA9gqHXCfibr0QfyJ4=";
    sha256 = "sha256-0ACT899G+CCc08UFsSC8SnUEZR2mrpQbqXW9FklRAjU=";
  };

  nativeBuildInputs = [ cmake ];