Merge pull request #144751 from flokli/xmedcon-bump

xmedcon: 0.21.0 -> 0.21.2, fix meta.platforms

authored by zimbatm.tngl.sh and committed by GitHub 14f0a7eb 7f2b8a3b

+3 -3
+3 -3
pkgs/applications/science/medicine/xmedcon/default.nix
··· 10 11 stdenv.mkDerivation rec { 12 pname = "xmedcon"; 13 - version = "0.21.0"; 14 15 src = fetchurl { 16 url = "https://prdownloads.sourceforge.net/${pname}/${pname}-${version}.tar.bz2"; 17 - sha256 = "0yfnbrcil5i76z1wbg308pb1mnjbcxy6nih46qpqs038v1lhh4q8"; 18 }; 19 20 buildInputs = [ ··· 31 homepage = "https://xmedcon.sourceforge.io/Main/HomePage"; 32 license = licenses.lgpl2Plus; 33 maintainers = with maintainers; [ arianvp flokli ]; 34 - platforms = with platforms; [ darwin linux ]; 35 }; 36 }
··· 10 11 stdenv.mkDerivation rec { 12 pname = "xmedcon"; 13 + version = "0.21.2"; 14 15 src = fetchurl { 16 url = "https://prdownloads.sourceforge.net/${pname}/${pname}-${version}.tar.bz2"; 17 + sha256 = "0svff8rc3j2p47snaq1hx9mv4ydmxawpb0hf3d165g1ccjwvmm6m"; 18 }; 19 20 buildInputs = [ ··· 31 homepage = "https://xmedcon.sourceforge.io/Main/HomePage"; 32 license = licenses.lgpl2Plus; 33 maintainers = with maintainers; [ arianvp flokli ]; 34 + platforms = platforms.darwin ++ platforms.linux; 35 }; 36 }