Skip to content
This repository was archived by the owner on Apr 12, 2021. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 14133ec1245f
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e04700a94400
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Dec 29, 2019

  1. resilio-sync: 2.6.3 -> 2.6.4

    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)
    danieldk authored and thoughtpolice committed Dec 29, 2019
    Copy the full SHA
    e04700a View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/applications/networking/resilio-sync/default.nix
6 changes: 3 additions & 3 deletions pkgs/applications/networking/resilio-sync/default.nix
Original file line number Diff line number Diff line change
@@ -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};
};