about summary refs log tree commit diff
path: root/pkgs/applications/networking/resilio-sync
diff options
context:
space:
mode:
authorDaniƫl de Kok <me@danieldk.eu>2020-07-22 10:51:04 +0200
committerJon <jonringer@users.noreply.github.com>2020-07-31 09:14:16 -0700
commit4d1970923c744cd8cfed99910cc2f41c3ee9bfe9 (patch)
tree276155eb823479783feeb529fc342049aa9bdfb1 /pkgs/applications/networking/resilio-sync
parent2d5fb8c503c0eb71ea1ff47b9ae703eedcbb722c (diff)
resilio-sync: 2.7.1 -> 2.7.2
Changelog:

https://help.resilio.com/hc/en-us/articles/206216855-Sync-2-x-change-log
Diffstat (limited to 'pkgs/applications/networking/resilio-sync')
-rw-r--r--pkgs/applications/networking/resilio-sync/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/resilio-sync/default.nix b/pkgs/applications/networking/resilio-sync/default.nix
index cdc2f5e147846..fe75268c0ecb3 100644
--- a/pkgs/applications/networking/resilio-sync/default.nix
+++ b/pkgs/applications/networking/resilio-sync/default.nix
@@ -9,13 +9,13 @@ let
 
 in stdenv.mkDerivation rec {
   pname = "resilio-sync";
-  version = "2.7.1";
+  version = "2.7.2";
 
   src = fetchurl {
     url = "https://download-cdn.resilio.com/${version}/linux-${arch}/resilio-sync_${arch}.tar.gz";
     sha256 = {
-      x86_64-linux = "1gdjpwdg7cpig68wsl3b8w1y12391dh5ipg7g19kr30s6wr3avvm";
-      i686-linux   = "1b6pzckaixfzhjf38amrkg8pahh2p3jg6cgfacswdx7cjb4a0c4i";
+      x86_64-linux = "0gar5lzv1v4yqmypwqsjnfb64vffzn8mw9vnjr733fgf1pmr57hf";
+      i686-linux   = "1bws7r86h1vysjkhyvp2zk8yvxazmlczvhjlcayldskwq48iyv6w";
     }.${stdenv.hostPlatform.system};
   };