Unverified Commit 7403dd3f authored by Ilan Joselevich's avatar Ilan Joselevich Committed by GitHub
Browse files

Merge pull request #237638 from Kranzes/nextcloud-desktop

nextcloud-client: 3.8.2 -> 3.9.0
parents d4421a25 904d6a0b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@

mkDerivation rec {
  pname = "nextcloud-client";
  version = "3.8.2";
  version = "3.9.0";

  outputs = [ "out" "dev" ];

@@ -34,7 +34,7 @@ mkDerivation rec {
    owner = "nextcloud";
    repo = "desktop";
    rev = "v${version}";
    sha256 = "sha256-V5g6+Ci2MjBKnitY6IIaMY4gpoeMK+sd7HGZ1U87xL4=";
    sha256 = "sha256-XcQYttd5dl2TCbBxOlRBg8/mEiHekoxayPi81ot7N7o=";
  };

  patches = [