From 61be8d2f64919f8f7c05122d5ecf1c59b0c305f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Thu, 11 Jul 2024 10:24:14 -0700 Subject: [PATCH] nextcloud-client: only update after official release --- pkgs/applications/networking/nextcloud-client/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/applications/networking/nextcloud-client/default.nix b/pkgs/applications/networking/nextcloud-client/default.nix index 88e53389598ab9d..5c0cdf4455a882f 100644 --- a/pkgs/applications/networking/nextcloud-client/default.nix +++ b/pkgs/applications/networking/nextcloud-client/default.nix @@ -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" ];