Commit 6e418aa5 authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files
parent da71bcb5
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@

  # buildInputs
  fmt,
  mimalloc,

  # propagatedBuildInputs
  suitesparse,
@@ -27,13 +28,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "aligator";
  version = "0.16.0";
  version = "0.18.0";

  src = fetchFromGitHub {
    owner = "Simple-Robotics";
    repo = "aligator";
    tag = "v${finalAttrs.version}";
    hash = "sha256-OyCJa2iTkCxVLooSKdVgBd0y7rHObo4vFcc56t48TSY=";
    hash = "sha256-qdXZo7IvgcUFEJARwxpSaHJVRlZ6HdgRADPOiY3oCpk=";
  };

  outputs = [
@@ -52,6 +53,7 @@ stdenv.mkDerivation (finalAttrs: {

  buildInputs = [
    fmt
    mimalloc
  ]
  ++ lib.optionals stdenv.hostPlatform.isDarwin [
    llvmPackages.openmp