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: aa481358c6ca
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: 2acb89d1202f
Choose a head ref
  • 3 commits
  • 1 file changed
  • 3 contributors

Commits on Mar 8, 2020

  1. nextcloud: 18.0.0 -> 18.0.1

    (cherry picked from commit 91250fe)
    r-ryantm authored and tokudan committed Mar 8, 2020
    Copy the full SHA
    3a237ae View commit details

Commits on Mar 13, 2020

  1. Nextcloud: 18.0.1 -> 18.0.2

    (cherry picked from commit c4aadbca1417fc3d1d82b2a2db2beba258fd77c6)
    tokudan committed Mar 13, 2020
    Copy the full SHA
    3d0dcfe View commit details

Commits on Mar 15, 2020

  1. Merge pull request #82061 from tokudan/20.03/nextcloud1801

    [20.03] nextcloud: 18.0.0 -> 18.0.2 [security]
    flokli authored Mar 15, 2020
    Copy the full SHA
    2acb89d 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 = "18.0.0";
version = "18.0.2";

src = fetchurl {
url = "https://download.nextcloud.com/server/releases/${pname}-${version}.tar.bz2";
sha256 = "0yr6sh9nf15dpnpcj4ypdmm9l3y8ls57pxsmqh5h913db2jrah0r";
sha256 = "10fbdq0366iai2kpw6v6p78mnn9gz8x0xzsbqrp109yx4c4nccyh";
};

installPhase = ''