about summary refs log tree commit diff
path: root/pkgs/applications/networking/p2p/frostwire
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-07-11 09:29:57 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-07-11 18:29:57 +0200
commit6750cb525f86ddd285616300d4a16903bd324090 (patch)
treeb7c5e8291ec2e1a0269e9c11f1801301afb65651 /pkgs/applications/networking/p2p/frostwire
parent9564b16fc0180583814d39ea1a7e844f3f87c607 (diff)
frostwire-bin: 6.6.7 -> 6.7.0 (#43344)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/frostwire/versions.
Diffstat (limited to 'pkgs/applications/networking/p2p/frostwire')
-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 bf1545ff39837..01672aa71a809 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.6.7";
+  version = "6.7.0";
   name = "frostwire-${version}";
 
   src = fetchurl {
     url = "https://dl.frostwire.com/frostwire/${version}/frostwire-${version}.noarch.tar.gz";
-    sha256 = "01ah0cwr3ahihfz1xxs0irw4rsa7wjgnlkcqfyg5q9rmzwbnxkyh";
+    sha256 = "1qvk4w2ly2nz3ibsd6qdxaqb3g1a3l9f5a15b5zpzhsziln1fbxf";
   };
 
   nativeBuildInputs = [ makeWrapper ];