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

Merge pull request #220578 from Kranzes/nextcloud-client

nextcloud-client: 3.7.3 -> 3.7.4
parents 0af84dc3 000b5484
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.7.3";
  version = "3.7.4";

  outputs = [ "out" "dev" ];

@@ -34,7 +34,7 @@ mkDerivation rec {
    owner = "nextcloud";
    repo = "desktop";
    rev = "v${version}";
    sha256 = "sha256-SzQdT2BJ0iIMTScJ7ft47oKd+na5MlOx5xRB1SQ7CBc=";
    sha256 = "sha256-K9P9avZdW+QR+K+GSp4kqWVZX5J7mHpu4gyuR4smmcU=";
  };

  patches = [