Skip to content

Commit 928a1ea

Browse files
committedSep 8, 2017
dropbox: 33.4.23 -> 34.4.20
(cherry picked from commit a6fcd2c)
1 parent e734573 commit 928a1ea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎pkgs/applications/networking/dropbox/default.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
let
2525
# NOTE: When updating, please also update in current stable,
2626
# as older versions stop working
27-
version = "33.4.23";
27+
version = "34.4.20";
2828
sha256 = {
29-
"x86_64-linux" = "0z8sd71v0xfbq4x8gw0rjhg7kbd7r0465b1cqk1ls2fivb25qqxz";
30-
"i686-linux" = "07sj1ixpml56bx83jawslak6scb12wxwn53nnabvgnivhb9vzq97";
29+
"x86_64-linux" = "04yc0sf4w4p86f2rpph4g4qhd4wxlsyhiwcf4201xadnnjj11gzz";
30+
"i686-linux" = "0ch5yxw1n6mwa6050pd10f5z3ys2yca9n8ccjlqi2d2aa4qcxsmr";
3131
}."${stdenv.system}" or (throw "system ${stdenv.system} not supported");
3232

3333
arch = {

0 commit comments

Comments
 (0)
Please sign in to comment.