c3d: updated rev still won't compile; mark broken

+4 -3
+4 -3
pkgs/applications/graphics/c3d/default.nix
··· 3 3 stdenv.mkDerivation rec { 4 4 name = "${pname}-${version}"; 5 5 pname = "c3d"; 6 - version = "1.1.0"; 6 + version = "2018-10-04"; 7 7 8 8 src = fetchgit { 9 9 url = "https://git.code.sf.net/p/c3d/git"; 10 - rev = "3453f6133f0df831dcbb0d0cfbd8b26e121eb153"; 11 - sha256 = "1xgbk20w22jwvf7pa0n4lcbyx35fq56zzlslj0nvcclh6vx0b4z8"; 10 + rev = "351929a582b2ef68fb9902df0b11d38f44a0ccd0"; 11 + sha256 = "0mpv4yl6hdnxgvnwrmd182h64n3ppp30ldzm0jz6jglk0nvpzq9w"; 12 12 }; 13 13 14 14 nativeBuildInputs = [ cmake ]; ··· 21 21 maintainers = with maintainers; [ bcdarwin ]; 22 22 platforms = platforms.unix; 23 23 license = licenses.gpl2; 24 + broken = true; 24 25 }; 25 26 }