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

Merge pull request #232526 from SuperSandro2000/nextcloud-client

nextcloud-client: 3.8.1 -> 3.8.2
parents e7820571 59d31d13
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.1";
  version = "3.8.2";

  outputs = [ "out" "dev" ];

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

  patches = [