Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 749a66b42a2a
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 69d906190816
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Apr 10, 2017

  1. dropbox: 22.4.24 -> 23.4.17

    (cherry picked from commit 333923c)
    ttuegel committed Apr 10, 2017

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    kalbasit Wael Nasreddine
    Copy the full SHA
    a6ad5cf View commit details
  2. dropbox: 23.4.17 -> 23.4.18

    This update has not been officially announced upstream, but version 23.4.17 no
    longer works.
    
    (cherry picked from commit 33194ec)
    ttuegel committed Apr 10, 2017
    Copy the full SHA
    69d9061 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/applications/networking/dropbox/default.nix
6 changes: 3 additions & 3 deletions pkgs/applications/networking/dropbox/default.nix
Original file line number Diff line number Diff line change
@@ -23,11 +23,11 @@
let
# NOTE: When updating, please also update in current stable,
# as older versions stop working
version = "22.4.24";
version = "23.4.18";
sha256 =
{
"x86_64-linux" = "1353mwk8hjqfc9a87zrp12klsc4anrxr7ccai4cffnq0yw2pnbfp";
"i686-linux" = "07gpdxq61qkj3c4aywh61zwj34w7j24gcv5y2xf2qgcwn8bykks2";
"x86_64-linux" = "0hil9dnhmq4d4yq277w48ql3nw8yfzjqgafb0waw6zbc6a18l7bz";
"i686-linux" = "15hcmqyfyx8z7qx3val5r7b9plckh50iy0mxxh2z1wbh96l03l3a";
}."${stdenv.system}" or (throw "system ${stdenv.system} not supported");

arch =