poly2tri-c: updated github repo source location to another mirror (#109812)
This commit is contained in:
parent
f0ec10a829
commit
dea94c2396
|
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
||||||
outputs = [ "bin" "out" "dev" ];
|
outputs = [ "bin" "out" "dev" ];
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Paul-Browne";
|
owner = "Mattey40";
|
||||||
repo = "poly2tri-c";
|
repo = "poly2tri-c";
|
||||||
rev = "p2tc-${version}";
|
rev = "p2tc-${version}";
|
||||||
sha256 = "158vm3wqfxs22b74kqc4prlvjny38qqm3kz5wrgasmx0qciwh0g8";
|
sha256 = "158vm3wqfxs22b74kqc4prlvjny38qqm3kz5wrgasmx0qciwh0g8";
|
||||||
|
|
Loading…
Reference in New Issue