about summary refs log tree commit diff
path: root/pkgs/applications/networking/p2p
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-10-31 19:38:25 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2020-11-01 17:17:22 -0800
commit417457fd35a5ff9e0b042b425f2b3340f5003a36 (patch)
tree814ab6332a175cc3097cf55ac007c917f8506e01 /pkgs/applications/networking/p2p
parenteed13da0ae5dece46e973e42bbd26322b5e26a3a (diff)
downloadnixlib-417457fd35a5ff9e0b042b425f2b3340f5003a36.tar
nixlib-417457fd35a5ff9e0b042b425f2b3340f5003a36.tar.gz
nixlib-417457fd35a5ff9e0b042b425f2b3340f5003a36.tar.bz2
nixlib-417457fd35a5ff9e0b042b425f2b3340f5003a36.tar.lz
nixlib-417457fd35a5ff9e0b042b425f2b3340f5003a36.tar.xz
nixlib-417457fd35a5ff9e0b042b425f2b3340f5003a36.tar.zst
nixlib-417457fd35a5ff9e0b042b425f2b3340f5003a36.zip
frostwire-bin: 6.8.5 -> 6.8.7
Diffstat (limited to 'pkgs/applications/networking/p2p')
-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 d38e9dc73365..b9ee526bbe50 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.5";
+  version = "6.8.7";
   pname = "frostwire";
 
   src = fetchurl {
     url = "https://dl.frostwire.com/frostwire/${version}/frostwire-${version}.amd64.tar.gz";
-    sha256 = "1zdas93w1yqg9yx8wlk7pxpdmwvg4ykg54ai7iyq9ir1zha8fyif";
+    sha256 = "1m9v4abm8jbyz46hin63vi6irs32n1xzg85bdyb48vpdxh6iwv04";
   };
 
   nativeBuildInputs = [ makeWrapper ];