Commit 0467359c authored by R. RyanTM's avatar R. RyanTM
Browse files

manifold: 3.3.2 -> 3.4.0

parent 636f6c71
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "manifold";
  version = "3.3.2";
  version = "3.4.0";

  src = fetchFromGitHub {
    owner = "elalish";
    repo = "manifold";
    tag = "v${finalAttrs.version}";
    hash = "sha256-583/phb0boc5ASFJN+DDn6bogeNPVYPBTgtcD/d/AS8=";
    hash = "sha256-9h1MLEcqLpiFg8U5rRkR9Qa+ohzehEDCn5rNsN6swlQ=";
  };

  nativeBuildInputs = [ cmake ];