Commit 61be8d2f authored by Robert Schütz's avatar Robert Schütz
Browse files

nextcloud-client: only update after official release

parent 2a91d31c
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" ];