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-12-11 20:10:09 +0000
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2020-12-17 07:52:06 +0100
commit7e9c758f4bf343539a0462b62087c679365d7dc1 (patch)
treefb12d7a878d1a2fe930bab42a56a10c378f283fb /pkgs/applications/networking/p2p
parent58f45af9931ff5d821820dbeee856d398a33ec27 (diff)
downloadnixlib-7e9c758f4bf343539a0462b62087c679365d7dc1.tar
nixlib-7e9c758f4bf343539a0462b62087c679365d7dc1.tar.gz
nixlib-7e9c758f4bf343539a0462b62087c679365d7dc1.tar.bz2
nixlib-7e9c758f4bf343539a0462b62087c679365d7dc1.tar.lz
nixlib-7e9c758f4bf343539a0462b62087c679365d7dc1.tar.xz
nixlib-7e9c758f4bf343539a0462b62087c679365d7dc1.tar.zst
nixlib-7e9c758f4bf343539a0462b62087c679365d7dc1.zip
frostwire-bin: 6.8.8 -> 6.8.9
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 364aeac550e6..8ef8740f4d2a 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.8";
+  version = "6.8.9";
   pname = "frostwire";
 
   src = fetchurl {
     url = "https://dl.frostwire.com/frostwire/${version}/frostwire-${version}.amd64.tar.gz";
-    sha256 = "0zxk0nv7m1k4n8n82h1rkh239a58s7j643lgqbw3qx45bdy4sf4k";
+    sha256 = "0f5vyliwncryj6hj5xx0dycxycxddsn28n6zixjrn56jajijyl6q";
   };
 
   nativeBuildInputs = [ makeWrapper ];