Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Revert "resilio-sync: 2.6.2 -> 2.6.3"
  • Loading branch information
c0bw3b committed Apr 9, 2019
1 parent 4fec8ff commit b0c3dd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/resilio-sync/default.nix
Expand Up @@ -9,12 +9,12 @@ let

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

src = fetchurl {
url = "https://download-cdn.resilio.com/${version}/linux-${arch}/resilio-sync_${arch}.tar.gz";
sha256 = {
"x86_64-linux" = "114k7dsxn7lzv6mjq9alsqxypvkah4lmjn5w6brbvgd6m6pdwslz";
"x86_64-linux" = "0vq8jz4v740zz3pvgqfya8mhy35fh49wpn8d08xjrs5062hl1yc2";
"i686-linux" = "1gvq29bkdqvbcgnnhl3018h564rswk3r88s33lx5iph1rpxc6v5h";
}.${stdenv.hostPlatform.system};
};
Expand Down

0 comments on commit b0c3dd8

Please sign in to comment.