Unverified Commit 372651df authored by Matthias Beyer's avatar Matthias Beyer Committed by GitHub
Browse files

nextcloud-client: 3.16.2 -> 3.16.3 (#400170)

parents 8ed17635 7242e192
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@

stdenv.mkDerivation rec {
  pname = "nextcloud-client";
  version = "3.16.2";
  version = "3.16.3";

  outputs = [
    "out"
@@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
    owner = "nextcloud-releases";
    repo = "desktop";
    tag = "v${version}";
    hash = "sha256-CBGvASIPN5xB2kgSDXg2vWpnsFBD3c3wudUAL6u64U8=";
    hash = "sha256-C/IfCNOFsSnpJMVSVhOkfx1F2IhOM8ntgdKjr7MKdkc=";
  };

  patches = [