Skip to content
This repository was archived by the owner on Apr 12, 2021. It is now read-only.
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-channels
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0449a653eb37
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 979b8410dbc4
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Dec 29, 2019

  1. nextcloud: 16.0.6 -> 16.0.7

    tokudan committed Dec 29, 2019
    Copy the full SHA
    f77ffbf View commit details

Commits on Dec 30, 2019

  1. Merge pull request #76660 from tokudan/1909-nextcloud1607

    Nextcloud: 16.0.6 -> 16.0.7 [19.09]
    fpletz authored Dec 30, 2019
    Copy the full SHA
    979b841 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
@@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
pname = "nextcloud";
version = "16.0.6";
version = "16.0.7";

src = fetchurl {
url = "https://download.nextcloud.com/server/releases/${pname}-${version}.tar.bz2";
sha256 = "1hnbrvl77772rcl4kfzzwd1mlyl2f1f557gfn4hcnpl4a62q1rr3";
sha256 = "1qwdkh3v3k6anacpsd0qbb11pva7ly1ig1hy9sqicp44yir2fqxr";
};

installPhase = ''