Skip to content

Commit

Permalink
resilio-sync: 2.6.3 -> 2.6.4
Browse files Browse the repository at this point in the history
This release is a hotfix for a WebUI security issue:
https://forum.resilio.com/topic/71647-latest-desktop-build-264/

(cherry picked from commit a868603)
  • Loading branch information
danieldk authored and thoughtpolice committed Dec 29, 2019
1 parent 14133ec commit e04700a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/networking/resilio-sync/default.nix
Expand Up @@ -9,13 +9,13 @@ let

in stdenv.mkDerivation rec {
pname = "resilio-sync";
version = "2.6.3";
version = "2.6.4";

src = fetchurl {
url = "https://download-cdn.resilio.com/${version}/linux-${arch}/resilio-sync_${arch}.tar.gz";
sha256 = {
x86_64-linux = "114k7dsxn7lzv6mjq9alsqxypvkah4lmjn5w6brbvgd6m6pdwslz";
i686-linux = "1dh0hxbd33bs51xib3qwxw58h9j30v0dc10b4x4rwkbgsj11nc83";
x86_64-linux = "1c1yksjag58p7yjm72iiz82p2r01lq7kxvq7z5phmq5z6gxdg4a8";
i686-linux = "167baz9fzmzk50jffzvgmgyw1zw3955r3cb73z23qvw8zqzdqydc";
}.${stdenv.hostPlatform.system};
};

Expand Down

0 comments on commit e04700a

Please sign in to comment.