about summary refs log tree commit diff
path: root/pkgs/applications/networking/p2p
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2021-12-19 11:25:38 +0800
committerGitHub <noreply@github.com>2021-12-19 11:25:38 +0800
commit344b6be5b499c49b78732645d7ddcdc76274b620 (patch)
treece54261fe6ee23ca646a6c3c1f94d7b4186b2614 /pkgs/applications/networking/p2p
parent2db6c0be924badf0956d7992b750df3286322c88 (diff)
parentfc6086237a67d9920c31a1b5ef531fcfda9a501a (diff)
Merge pull request #150175 from r-ryantm/auto-update/frostwire
frostwire-bin: 6.9.4 -> 6.9.5
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 0f7a806ed8f12..02c383b30ff71 100644
--- a/pkgs/applications/networking/p2p/frostwire/frostwire-bin.nix
+++ b/pkgs/applications/networking/p2p/frostwire/frostwire-bin.nix
@@ -1,12 +1,12 @@
 { lib, stdenv, fetchurl, jre, makeWrapper }:
 
 stdenv.mkDerivation rec {
-  version = "6.9.4";
+  version = "6.9.5";
   pname = "frostwire";
 
   src = fetchurl {
     url = "https://dl.frostwire.com/frostwire/${version}/frostwire-${version}.amd64.tar.gz";
-    sha256 = "sha256-sWvQDUJGytKA9/UbC7fOk6WhDtTqdhyRmW9GvHFMZh4=";
+    sha256 = "sha256-jMv4wIBsmgg2Q/Q/QDJnWa5wUeD1ur6Lu6eXOCLaGg4=";
   };
 
   nativeBuildInputs = [ makeWrapper ];