Skip to content

Commit 2343b55

Browse files
committedJun 14, 2017
dropbox: 27.4.22 -> 28.4.14
(cherry picked from commit 98c38d5)
1 parent 420e291 commit 2343b55

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
@@ -23,11 +23,11 @@
2323
let
2424
# NOTE: When updating, please also update in current stable,
2525
# as older versions stop working
26-
version = "27.4.22";
26+
version = "28.4.14";
2727
sha256 =
2828
{
29-
"x86_64-linux" = "1v1q799dj0bffg3s98ifzpsccjaajl221h5ckaqijlmpzr2q5hhh";
30-
"i686-linux" = "1qsw6c0mb0n0djz7xpfixispi9k68kbvf8dc92frpcbcvm0h845y";
29+
"x86_64-linux" = "02pfly33bg85c8y3igvkhyshra8ra089ghjibhzl1a4fmd45wf52";
30+
"i686-linux" = "10swkjbzkyf19cilzw7ja6byla4dllr52pbz19wjzb8rv088gcla";
3131
}."${stdenv.system}" or (throw "system ${stdenv.system} not supported");
3232

3333
arch =

0 commit comments

Comments
 (0)
Please sign in to comment.