Skip to content

Commit

Permalink
dropbox: 23.4.17 -> 23.4.18
Browse files Browse the repository at this point in the history
This update has not been officially announced upstream, but version 23.4.17 no
longer works.

(cherry picked from commit 33194ec)
  • Loading branch information
ttuegel committed Apr 10, 2017
1 parent a6ad5cf commit 69d9061
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/networking/dropbox/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
let
# NOTE: When updating, please also update in current stable,
# as older versions stop working
version = "23.4.17";
version = "23.4.18";
sha256 =
{
"x86_64-linux" = "047i6afghb2nphwwc8sd6dxcbfi9cdyb1w4ssvwfkmbf3mznpfrh";
"i686-linux" = "186z540iv4gq2gmis3mjly070y09lsfwvk9ygmjrh6y7pd9dqa5n";
"x86_64-linux" = "0hil9dnhmq4d4yq277w48ql3nw8yfzjqgafb0waw6zbc6a18l7bz";
"i686-linux" = "15hcmqyfyx8z7qx3val5r7b9plckh50iy0mxxh2z1wbh96l03l3a";
}."${stdenv.system}" or (throw "system ${stdenv.system} not supported");

arch =
Expand Down

0 comments on commit 69d9061

Please sign in to comment.