Skip to content

Commit 569611f

Browse files
authoredNov 2, 2019
Revert "frostwire-bin: 6.7.4 -> 6.8.3"
1 parent ac24901 commit 569611f

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed
 

‎pkgs/applications/networking/p2p/frostwire/frostwire-bin.nix

+4-6
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
with stdenv.lib;
44

55
stdenv.mkDerivation rec {
6-
version = "6.8.3";
6+
version = "6.7.4";
77
pname = "frostwire";
88

99
src = fetchurl {
1010
url = "https://dl.frostwire.com/frostwire/${version}/frostwire-${version}.noarch.tar.gz";
11-
sha256 = "00r7rxzk9a7a1sc0shdx7fq9p9dzg5pwfdf8day0kr1844a5arc2";
11+
sha256 = "03vxg0qas4mz5ggrmi396nkz44x1kgq8bfbhbr9mnal9ay9qmi8m";
1212
};
1313

1414
nativeBuildInputs = [ makeWrapper ];
@@ -18,13 +18,11 @@ stdenv.mkDerivation rec {
1818
mv $(ls */*.jar) $out/share/java
1919
2020
makeWrapper $out/share/java/frostwire $out/bin/frostwire \
21-
--prefix PATH : ${jre}/bin/ \
22-
--set JAVA_HOME ${jre.home} \
23-
--add-flags '-classpath $CLASSPATH:$out/share/java/*'
21+
--prefix PATH : ${jre}/bin/
2422
'';
2523

2624
meta = with stdenv.lib; {
27-
homepage = "https://www.frostwire.com/";
25+
homepage = https://www.frostwire.com/;
2826
description = "BitTorrent Client and Cloud File Downloader";
2927
license = licenses.gpl2;
3028
maintainers = with maintainers; [ gavin ];

0 commit comments

Comments
 (0)
Please sign in to comment.