Unverified Commit 2438dc06 authored by Ilan Joselevich's avatar Ilan Joselevich Committed by GitHub
Browse files

Merge pull request #255475 from Kranzes/nextcloud-client

nextcloud-client: 3.9.4 -> 3.10.0
parents 4f99000f 2f665624
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@

mkDerivation rec {
  pname = "nextcloud-client";
  version = "3.9.4";
  version = "3.10.0";

  outputs = [ "out" "dev" ];

@@ -33,7 +33,7 @@ mkDerivation rec {
    owner = "nextcloud";
    repo = "desktop";
    rev = "v${version}";
    sha256 = "sha256-h8lOstl085haesmCmzq2o0OlQrO5U/mfGngQunynIuQ=";
    sha256 = "sha256-BNqMKL888DKuRiM537V7CBuCabg5YmGYGpWARtvs7go=";
  };

  patches = [