forked from mirrors/nixpkgs
dropbox: add stable-branch update note
This commit is contained in:
parent
29398fd6b1
commit
9852790e40
|
@ -26,6 +26,7 @@ let
|
|||
else if stdenv.system == "i686-linux" then "ld-linux.so.2"
|
||||
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"
|
||||
|
|
Loading…
Reference in a new issue