summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2018-12-17 00:37:55 +0100
committerGitHub <noreply@github.com>2018-12-17 00:37:55 +0100
commitf1c96861b4f568cb08eee95aa72cf1deea4e2ae2 (patch)
tree16789adf6722c25919ab55df2d46853c0fcff271 /pkgs/applications/networking
parent7a4521ada6a20016a8589ab36b43f3abaf06aa9d (diff)
parent13d3bf5b9880efbcb41a90f6309f625a3e733b04 (diff)
downloadnixpkgs-f1c96861b4f568cb08eee95aa72cf1deea4e2ae2.tar
nixpkgs-f1c96861b4f568cb08eee95aa72cf1deea4e2ae2.tar.gz
nixpkgs-f1c96861b4f568cb08eee95aa72cf1deea4e2ae2.tar.bz2
nixpkgs-f1c96861b4f568cb08eee95aa72cf1deea4e2ae2.tar.lz
nixpkgs-f1c96861b4f568cb08eee95aa72cf1deea4e2ae2.tar.xz
nixpkgs-f1c96861b4f568cb08eee95aa72cf1deea4e2ae2.tar.zst
nixpkgs-f1c96861b4f568cb08eee95aa72cf1deea4e2ae2.zip
Merge pull request #52233 from danieldk/resilio-sync-2.6.2
resilio-sync: 2.6.1 -> 2.6.2
Diffstat (limited to 'pkgs/applications/networking')
-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 b6c54a6d452..c855277e225 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 {
   name = "resilio-sync-${version}";
-  version = "2.6.1";
+  version = "2.6.2";
 
   src = fetchurl {
     url = "https://download-cdn.resilio.com/${version}/linux-${arch}/resilio-sync_${arch}.tar.gz";
     sha256 = {
-      "x86_64-linux" = "02wbllrj80kqpyywfr05fsqpgwrv2i8smr3gfdpn7ni9b8hkj0ji";
-      "i686-linux"   = "02zhh6gfds6miznbx30ghzihhm330mh5xnm42mxj8j29aqlzgd95";
+      "x86_64-linux" = "0vq8jz4v740zz3pvgqfya8mhy35fh49wpn8d08xjrs5062hl1yc2";
+      "i686-linux"   = "1gvq29bkdqvbcgnnhl3018h564rswk3r88s33lx5iph1rpxc6v5h";
     }.${stdenv.hostPlatform.system};
   };