coprthr: mark as broken (cc @thoughtpolice)

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