summaryrefslogtreecommitdiffstats
path: root/pkgs/applications
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2020-11-27 20:56:50 +0100
committerGitHub <noreply@github.com>2020-11-27 20:56:50 +0100
commit9f8bf7d186d82f366309603fdac36cdb801cb4c2 (patch)
tree611e9b81e6a89c99b047629eaebff6caa6a9a88c /pkgs/applications
parentf66311ae1246c44fed3d8393a87cfddf7e62be9a (diff)
parentd0f04c7c82e3757bfe32940e284ab91bb00cc5b5 (diff)
Merge pull request #105167 from r-ryantm/auto-update/frostwire
frostwire-bin: 6.8.7 -> 6.8.8
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/networking/p2p/frostwire/frostwire-bin.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/p2p/frostwire/frostwire-bin.nix b/pkgs/applications/networking/p2p/frostwire/frostwire-bin.nix
index b9ee526bbe50..364aeac550e6 100644
--- a/pkgs/applications/networking/p2p/frostwire/frostwire-bin.nix
+++ b/pkgs/applications/networking/p2p/frostwire/frostwire-bin.nix
@@ -3,12 +3,12 @@
with stdenv.lib;
stdenv.mkDerivation rec {
- version = "6.8.7";
+ version = "6.8.8";
pname = "frostwire";
src = fetchurl {
url = "https://dl.frostwire.com/frostwire/${version}/frostwire-${version}.amd64.tar.gz";
- sha256 = "1m9v4abm8jbyz46hin63vi6irs32n1xzg85bdyb48vpdxh6iwv04";
+ sha256 = "0zxk0nv7m1k4n8n82h1rkh239a58s7j643lgqbw3qx45bdy4sf4k";
};
nativeBuildInputs = [ makeWrapper ];