about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorHerwig Hochleitner <herwig@bendlas.net>2015-04-20 12:43:23 +0200
committerHerwig Hochleitner <herwig@bendlas.net>2015-04-20 12:43:23 +0200
commit9852790e409781c7e3fffb2b8456ea069ef99958 (patch)
treeb5bf35df32726b014051929466de9a3259f469c0 /pkgs
parent29398fd6b163c680e4fa02c38def2e2624e0839f (diff)
downloadnixlib-9852790e409781c7e3fffb2b8456ea069ef99958.tar
nixlib-9852790e409781c7e3fffb2b8456ea069ef99958.tar.gz
nixlib-9852790e409781c7e3fffb2b8456ea069ef99958.tar.bz2
nixlib-9852790e409781c7e3fffb2b8456ea069ef99958.tar.lz
nixlib-9852790e409781c7e3fffb2b8456ea069ef99958.tar.xz
nixlib-9852790e409781c7e3fffb2b8456ea069ef99958.tar.zst
nixlib-9852790e409781c7e3fffb2b8456ea069ef99958.zip
dropbox: add stable-branch update note
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/networking/dropbox/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/networking/dropbox/default.nix b/pkgs/applications/networking/dropbox/default.nix
index c503cbd19f3c..97573fb1e7b0 100644
--- a/pkgs/applications/networking/dropbox/default.nix
+++ b/pkgs/applications/networking/dropbox/default.nix
@@ -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"