Unverified Commit 8ee1c4a6 authored by Ilan Joselevich's avatar Ilan Joselevich Committed by GitHub
Browse files

Merge pull request #245428 from SuperSandro2000/nextcloud-client

nextcloud-client: 3.9.0 -> 3.9.1
parents 2f2f770d cadfb8ac
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -4,7 +4,6 @@
, cmake
, extra-cmake-modules
, inotify-tools
, installShellFiles
, libcloudproviders
, librsvg
, libsecret
@@ -26,7 +25,7 @@

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

  outputs = [ "out" "dev" ];

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

  patches = [