Skip to content

Commit

Permalink
manifold: 2.5.1-unstable-2024-11-08 -> 3.0.0 (#356877)
Browse files Browse the repository at this point in the history
  • Loading branch information
pbsds authored Nov 20, 2024
2 parents e713deb + 0571bf8 commit 1e93f06
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ma/manifold/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@

stdenv.mkDerivation (finalAttrs: {
pname = "manifold";
version = "2.5.1-unstable-2024-11-08";
version = "3.0.0";

src = fetchFromGitHub {
owner = "elalish";
repo = "manifold";
rev = "66bca6e3fdfce0f590ca84edc1a6256502636f4b";
hash = "sha256-XgmJtkBf5SOgvtwU2x1cJLjEQKEmKnB40oIaoYrUYEQ=";
rev = "v${finalAttrs.version}";
hash = "sha256-02bZAPA4mnWzS9NYVcSW0JE7BidrwzNKBO2nl7BxiiE=";
};

nativeBuildInputs = [ cmake ];
Expand Down

0 comments on commit 1e93f06

Please sign in to comment.