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: 61daffa8c731
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b1acf67de9e9
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Nov 6, 2020

  1. nextcloud18: 18.0.9 -> 18.0.10

    (cherry picked from commit 7a36e41)
    KamilaBorowska authored and Ma27 committed Nov 6, 2020
    Copy the full SHA
    24b3800 View commit details
  2. nextcloud19: 19.0.3 -> 19.0.4

    (cherry picked from commit 055a9ad)
    KamilaBorowska authored and Ma27 committed Nov 6, 2020
    Copy the full SHA
    b1acf67 View commit details
Showing with 4 additions and 4 deletions.
  1. +4 −4 pkgs/servers/nextcloud/default.nix
8 changes: 4 additions & 4 deletions pkgs/servers/nextcloud/default.nix
Original file line number Diff line number Diff line change
@@ -40,14 +40,14 @@ in {
'';

nextcloud18 = generic {
version = "18.0.9";
sha256 = "0rigg5pv2vnxgmjznlvxfc41s00raxa8jhib5vsznhj55qn99jm1";
version = "18.0.10";
sha256 = "0kv9mdn36shr98kh27969b8xs7pgczbyjklrfskxy9mph7bbzir6";
insecure = true;
};

nextcloud19 = generic {
version = "19.0.3";
sha256 = "0sc9cnsdh8kj60h7i3knh40ngdz1w1wmdqw2v2axfkmax22kjl7w";
version = "19.0.4";
sha256 = "0y5fccn61qf9fxjjpqdvhmxr9w5n4dgl1d7wcl2dzjv4bmqi2ms6";
};

nextcloud20 = generic {