Unverified Commit 857904b2 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #300401 from r-ryantm/auto-update/ao

ao: 0-unstable-2024-02-14 -> 0-unstable-2024-03-28
parents 101126f6 04ca3fa7
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -18,13 +18,13 @@

stdenv.mkDerivation {
  pname = "libfive";
  version = "0-unstable-2024-02-14";
  version = "0-unstable-2024-03-28";

  src = fetchFromGitHub {
    owner = "libfive";
    repo = "libfive";
    rev = "7af5f43684a8a497ac8610d39f7fca935364a9b9";
    hash = "sha256-GQzsHKeKsCWKOVfBrTuUFq2XasPxhsN+19stWY0WtVc=";
    rev = "4c59b11667bbe8be9802f59697fa64bbfe1ea82d";
    hash = "sha256-scYSprozfC537vAXhMfWswyS3xivpoURWPhplH7yHIg=";
  };

  nativeBuildInputs = [ wrapQtAppsHook cmake ninja pkg-config python.pkgs.pythonImportsCheckHook ];