Unverified Commit a18429cc authored by Robert Schütz's avatar Robert Schütz Committed by GitHub
Browse files

Merge pull request #326355 from dotlambda/nextcloud-client

nextcloud-client: only update after official release
parents cb586f82 61be8d2f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -26,6 +26,9 @@

stdenv.mkDerivation rec {
  pname = "nextcloud-client";
  # make sure an official release has been published on
  # https://github.com/nextcloud-releases/desktop/releases and re-check the
  # hash afterwards
  version = "3.13.2";

  outputs = [ "out" "dev" ];