Skip to content

Commit

Permalink
manifold: 3.0.0 -> 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pca006132 committed Dec 30, 2024
1 parent 070ae1c commit 519711a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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 = "3.0.0";
version = "3.0.1";

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

nativeBuildInputs = [ cmake ];
Expand Down

0 comments on commit 519711a

Please sign in to comment.