forked from mirrors/nixpkgs
dropbox: 3.4.4 -> 3.4.6
This commit is contained in:
parent
3ac31fe041
commit
db4993600c
|
@ -27,9 +27,9 @@ let
|
|||
else throw "Dropbox client for: ${stdenv.system} not supported!";
|
||||
|
||||
# NOTE: When updating, please also update in current stable, as older versions stop working
|
||||
version = "3.4.4";
|
||||
sha256 = if stdenv.system == "x86_64-linux" then "05ncbxwkimq7cl3bad759qvda7zjdh07f5wh6aw12g472l4yqq98"
|
||||
else if stdenv.system == "i686-linux" then "18089bh6i64yw75pswgn2vkcl1kf7ipxxncmssw3qhb6791qfhbk"
|
||||
version = "3.4.6";
|
||||
sha256 = if stdenv.system == "x86_64-linux" then "0crhv21q48lwa86qcqgbcd9g73biibfrc2vgbavi67cwxvzcskky"
|
||||
else if stdenv.system == "i686-linux" then "0kli84kzg1wcwszjni948zb4qih8mynmyqhdwyiv1l7v5lrhb8k2"
|
||||
else throw "Dropbox client for: ${stdenv.system} not supported!";
|
||||
|
||||
# relative location where the dropbox libraries are stored
|
||||
|
|
Loading…
Reference in a new issue