dropbox[-cli]: update to latest versions

dropbox: 3.2.9 - > 3.4.4
dropbox-cli: 2.10.0 -> 2015.02.12

+5 -5
+2 -2
pkgs/applications/networking/dropbox-cli/default.nix
··· 1 { stdenv, pkgconfig, fetchurl, python, dropbox }: 2 let 3 - version = "2.10.0"; 4 dropboxd = "${dropbox}/bin/dropbox"; 5 in 6 stdenv.mkDerivation { ··· 8 9 src = fetchurl { 10 url = "https://linux.dropbox.com/packages/nautilus-dropbox-${version}.tar.bz2"; 11 - sha256 = "0f765rpp357vy7zvn1jq6q48d10fi4v13yb7vv3qx3az3f3472lg"; 12 }; 13 14 buildInputs = [ pkgconfig python ];
··· 1 { stdenv, pkgconfig, fetchurl, python, dropbox }: 2 let 3 + version = "2015.02.12"; 4 dropboxd = "${dropbox}/bin/dropbox"; 5 in 6 stdenv.mkDerivation { ··· 8 9 src = fetchurl { 10 url = "https://linux.dropbox.com/packages/nautilus-dropbox-${version}.tar.bz2"; 11 + sha256 = "12md01ymxsly1rdhdi2sw3aiwykd4y8z8isipc8mjfk8bbp55q86"; 12 }; 13 14 buildInputs = [ pkgconfig python ];
+3 -3
pkgs/applications/networking/dropbox/default.nix
··· 26 else if stdenv.system == "i686-linux" then "ld-linux.so.2" 27 else throw "Dropbox client for: ${stdenv.system} not supported!"; 28 29 - version = "3.2.9"; 30 - sha256 = if stdenv.system == "x86_64-linux" then "1w1xqizd4xhf9d3gwg9wwys2rdbacs390zf4a7z76m9h5r2lz049" 31 - else if stdenv.system == "i686-linux" then "0lzrb0b7hi22ij7fmn7i3wkzbzv99858ah7w8ysg65za0c8qwksc" 32 else throw "Dropbox client for: ${stdenv.system} not supported!"; 33 34 # relative location where the dropbox libraries are stored
··· 26 else if stdenv.system == "i686-linux" then "ld-linux.so.2" 27 else throw "Dropbox client for: ${stdenv.system} not supported!"; 28 29 + version = "3.4.4"; 30 + sha256 = if stdenv.system == "x86_64-linux" then "05ncbxwkimq7cl3bad759qvda7zjdh07f5wh6aw12g472l4yqq98" 31 + else if stdenv.system == "i686-linux" then "18089bh6i64yw75pswgn2vkcl1kf7ipxxncmssw3qhb6791qfhbk" 32 else throw "Dropbox client for: ${stdenv.system} not supported!"; 33 34 # relative location where the dropbox libraries are stored