coprthr: mark as broken (cc @thoughtpolice)

+2 -1
+2 -1
pkgs/development/libraries/coprthr/default.nix
··· 7 7 8 8 src = fetchurl { 9 9 url = "https://github.com/browndeer/coprthr/archive/stable-${version}.zip"; 10 - sha256 = "042aykmcxhdpck0j6k5rcp6a0b5i377fv2nz96v1bpfhzxd1mjwg"; 10 + sha256 = "0ilx4v1ydppjnq1i0z5j0x4lmi29z39sappar7c0wqady0b5dpz9"; 11 11 }; 12 12 13 13 buildInputs = ··· 33 33 license = stdenv.lib.licenses.lgpl3; 34 34 platforms = stdenv.lib.platforms.linux; 35 35 maintainers = [ stdenv.lib.maintainers.thoughtpolice ]; 36 + broken = true; 36 37 }; 37 38 }