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 11c8804 commit bf75da2Copy full SHA for bf75da2
pkgs/applications/networking/dropbox/default.nix
@@ -24,10 +24,10 @@
24
let
25
# NOTE: When updating, please also update in current stable,
26
# as older versions stop working
27
- version = "34.4.20";
+ version = "34.4.22";
28
sha256 = {
29
- "x86_64-linux" = "04yc0sf4w4p86f2rpph4g4qhd4wxlsyhiwcf4201xadnnjj11gzz";
30
- "i686-linux" = "0ch5yxw1n6mwa6050pd10f5z3ys2yca9n8ccjlqi2d2aa4qcxsmr";
+ "x86_64-linux" = "1ryxj8d5ym2dc18vn2m883jvy9n19xvw5kgfbqxziirb0bip58ba";
+ "i686-linux" = "1pj7c77196ill8jpwk8f66917v2a7c2xvkd9mssh98c9n321k5j8";
31
}."${stdenv.system}" or (throw "system ${stdenv.system} not supported");
32
33
arch = {
0 commit comments