about summary refs log tree commit diff
path: root/pkgs/applications/networking/p2p
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2022-06-24 12:34:31 +0800
committerGitHub <noreply@github.com>2022-06-24 12:34:31 +0800
commitb83b1763a6cf40b337b6ee9c42bf13fe42a38cf8 (patch)
treea6455930ced11c22ec2d9b193577a89b8f1f6376 /pkgs/applications/networking/p2p
parenta11b86c6a336300ca650d3eb98179980e4b3f9cf (diff)
parentc41b541b22fb02bfae325446f58da81b76be148d (diff)
Merge pull request #174673 from r-ryantm/auto-update/frostwire
frostwire-bin: 6.9.7 -> 6.9.8
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 50e18ac9dca31..fd5424cee3424 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.7";
+  version = "6.9.8";
   pname = "frostwire";
 
   src = fetchurl {
     url = "https://dl.frostwire.com/frostwire/${version}/frostwire-${version}.amd64.tar.gz";
-    sha256 = "sha256-LsmDfNAj10x+txJ4PugyF3Irj/N1reb3ChTvFFIucdc=";
+    sha256 = "sha256-gslNdvxA4rGKg0bjf2KWw7w9NMp3zqrii144AfKsV4s=";
   };
 
   nativeBuildInputs = [ makeWrapper ];