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

Commits on Nov 3, 2020

  1. Verified

    This commit was signed with the committer’s verified signature.
    primeos Michael Weiss
    Copy the full SHA
    055a9ad View commit details
  2. Copy the full SHA
    7a36e41 View commit details

Commits on Nov 6, 2020

  1. Merge pull request #101923 from xfix/nextcloud-updates

    nextcloud: 19.0.3 -> 19.0.4, 18.0.9 -> 18.0.10
    Ma27 authored Nov 6, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    115f769 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 {