Skip to content
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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 88d2722d5f85
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 26f450f5f694
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Mar 23, 2018

  1. resilio-sync: 2.5.2 -> 2.5.12

    Alexandre Peyroux authored and matthewbauer committed Mar 23, 2018
    Copy the full SHA
    26f450f 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 {
name = "resilio-sync-${version}";
version = "2.5.2";
version = "2.5.12";

src = fetchurl {
url = "https://download-cdn.resilio.com/${version}/linux-${arch}/resilio-sync_${arch}.tar.gz";
sha256 = {
"x86_64-linux" = "15gji5zqs1py92bpwvvq0r1spl0yynbrsnh4ajphwq17bqys3192";
"i686-linux" = "1y67bd63b95va7g2676rgp2clvcy09pnmivy00r2w46y7kwwwbj8";
"x86_64-linux" = "176gf5704wh22kqig8n0gg83048w71grw7h37k2qvxjaf4vypnc7";
"i686-linux" = "15m2s2cqrkpb7ladbwimbs9agqb4ww9jr4gf0ifjwzm2grv5ffnh";
}.${stdenv.system};
};