Skip to content

Commit

Permalink
resilio-sync: 2.5.12 -> 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldk authored and Mic92 committed Aug 19, 2018
1 parent 8aeac6b commit f45cefe
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.5.12";
version = "2.6.0";

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

Expand Down

0 comments on commit f45cefe

Please sign in to comment.