Merge pull request #7910 from oherrala/oherrala-cfr

cfr: Update to version 0_101 and remove platform restrictions
This commit is contained in:
Arseniy Seroka 2015-05-20 15:14:34 +03:00
commit fedfcdedae

View file

@ -1,11 +1,11 @@
{ stdenv, fetchurl, jre }:
let version = "0_100"; in
let version = "0_101"; in
stdenv.mkDerivation rec {
name = "cfr-${version}";
src = fetchurl {
sha256 = "0q5kh5qdksykz339p55jz0q5cjqvxdzv3a7r4kkijgbfjm1ldr5f";
sha256 = "0zwl3whypdm2qrw3hwaqjnifkb4wcdn8fx9scrjkli54bhr6dqch";
url = "http://www.benf.org/other/cfr/cfr_${version}.jar";
};
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
'';
homepage = http://www.benf.org/other/cfr/;
license = with licenses; mit;
platforms = with platforms; linux;
platforms = with platforms; all;
maintainers = with maintainers; [ nckx ];
};