We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 420e291 commit 2343b55Copy full SHA for 2343b55
pkgs/applications/networking/dropbox/default.nix
@@ -23,11 +23,11 @@
23
let
24
# NOTE: When updating, please also update in current stable,
25
# as older versions stop working
26
- version = "27.4.22";
+ version = "28.4.14";
27
sha256 =
28
{
29
- "x86_64-linux" = "1v1q799dj0bffg3s98ifzpsccjaajl221h5ckaqijlmpzr2q5hhh";
30
- "i686-linux" = "1qsw6c0mb0n0djz7xpfixispi9k68kbvf8dc92frpcbcvm0h845y";
+ "x86_64-linux" = "02pfly33bg85c8y3igvkhyshra8ra089ghjibhzl1a4fmd45wf52";
+ "i686-linux" = "10swkjbzkyf19cilzw7ja6byla4dllr52pbz19wjzb8rv088gcla";
31
}."${stdenv.system}" or (throw "system ${stdenv.system} not supported");
32
33
arch =
0 commit comments