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

Commits on Mar 29, 2020

  1. nextcloud: 18.0.2 -> 18.0.3

    (cherry picked from commit 2496942)
    tokudan committed Mar 29, 2020

    Verified

    This commit was signed with the committer’s verified signature.
    cab404 Cabia Rangris
    Copy the full SHA
    a7ee0ab View commit details

Commits on Mar 30, 2020

  1. Merge pull request #83715 from tokudan/20.03/nextcloud1803

    [20.03] nextcloud: 18.0.2 -> 18.0.3
    Ma27 authored Mar 30, 2020

    Verified

    This commit was signed with the committer’s verified signature.
    cab404 Cabia Rangris
    Copy the full SHA
    5a6e4ee View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/servers/nextcloud/default.nix
4 changes: 2 additions & 2 deletions pkgs/servers/nextcloud/default.nix
Original file line number Diff line number Diff line change
@@ -31,7 +31,7 @@ in {
};

nextcloud18 = generic {
version = "18.0.2";
sha256 = "10fbdq0366iai2kpw6v6p78mnn9gz8x0xzsbqrp109yx4c4nccyh";
version = "18.0.3";
sha256 = "0wpxa35zj81i541j3cjq6klsjwwc5slryzvjjl7zjc32004yfrvv";
};
}