Skip to content

Commit

Permalink
resilio-sync: 2.6.0 -> 2.6.1 (NixOS#47973)
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldk authored and xeji committed Oct 10, 2018
1 parent 608f6b4 commit 632ae05
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/networking/resilio-sync/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ let

in stdenv.mkDerivation rec {
name = "resilio-sync-${version}";
version = "2.6.0";
version = "2.6.1";

src = fetchurl {
url = "https://download-cdn.resilio.com/${version}/linux-${arch}/resilio-sync_${arch}.tar.gz";
sha256 = {
"x86_64-linux" = "0041axi9carspkfaxvyirfvsa29zz55al01x90nh93nzxvpvywsz";
"i686-linux" = "1ar36lp4f6a1z9i82g3gpak4q4ny09faqxdd59q1pvfzq25ypdhs";
"x86_64-linux" = "02wbllrj80kqpyywfr05fsqpgwrv2i8smr3gfdpn7ni9b8hkj0ji";
"i686-linux" = "02zhh6gfds6miznbx30ghzihhm330mh5xnm42mxj8j29aqlzgd95";
}.${stdenv.hostPlatform.system};
};

Expand Down

0 comments on commit 632ae05

Please sign in to comment.