about summary refs log tree commit diff
path: root/pkgs/applications/networking/p2p
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-04-17 05:07:21 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-04-17 05:07:21 -0700
commitd4cc20c0cc16299a3b8533bf6b37d4c0020d4e14 (patch)
tree7113ab49fbb14c051af8768186096cb0e9ae8837 /pkgs/applications/networking/p2p
parent333a24a628391137a7283f09498edd5822f12023 (diff)
downloadnixlib-d4cc20c0cc16299a3b8533bf6b37d4c0020d4e14.tar
nixlib-d4cc20c0cc16299a3b8533bf6b37d4c0020d4e14.tar.gz
nixlib-d4cc20c0cc16299a3b8533bf6b37d4c0020d4e14.tar.bz2
nixlib-d4cc20c0cc16299a3b8533bf6b37d4c0020d4e14.tar.lz
nixlib-d4cc20c0cc16299a3b8533bf6b37d4c0020d4e14.tar.xz
nixlib-d4cc20c0cc16299a3b8533bf6b37d4c0020d4e14.tar.zst
nixlib-d4cc20c0cc16299a3b8533bf6b37d4c0020d4e14.zip
frostwire-bin: 6.6.3 -> 6.6.5
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.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 6.6.5 with grep in /nix/store/6cgry9k7i6ni9a7axglsm5akmibryimi-frostwire-6.6.5
- directory tree listing: https://gist.github.com/e29014b6db646e0dd934f79b2e387703
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 4f885116bd82..84ed1ff92591 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.3";
+  version = "6.6.5";
   name = "frostwire-${version}";
 
   src = fetchurl {
     url = "http://dl.frostwire.com/frostwire/${version}/frostwire-${version}.noarch.tar.gz";
-    sha256 = "0n1g0am3d2fxw4a4zzzyif1fal1x3xch9q7743jhkkm3mldl2grw";
+    sha256 = "0qxh5288mxd7ksd3zl0i8avkyzh8lj06x3jqya8znfq1c1wg0fph";
   };
 
   nativeBuildInputs = [ makeWrapper ];