Skip to content

Commit 0b2d91f

Browse files
authored
manifold: 3.0.0 -> 3.0.1 (#369309)
2 parents 16e87f4 + 519711a commit 0b2d91f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ma/manifold/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111

1212
stdenv.mkDerivation (finalAttrs: {
1313
pname = "manifold";
14-
version = "3.0.0";
14+
version = "3.0.1";
1515

1616
src = fetchFromGitHub {
1717
owner = "elalish";
1818
repo = "manifold";
1919
rev = "v${finalAttrs.version}";
20-
hash = "sha256-02bZAPA4mnWzS9NYVcSW0JE7BidrwzNKBO2nl7BxiiE=";
20+
hash = "sha256-wbeWxAeKyqjEPemc2e5n357gwq83pQlASOvMd0ZCE7g=";
2121
};
2222

2323
nativeBuildInputs = [ cmake ];

0 commit comments

Comments
 (0)