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

Merge pull request #288771 from r-ryantm/auto-update/nextcloud-client

nextcloud-client: 3.11.1 -> 3.12.0
parents 3b27f2ac a43509ab
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@

stdenv.mkDerivation rec {
  pname = "nextcloud-client";
  version = "3.11.1";
  version = "3.12.0";

  outputs = [ "out" "dev" ];

@@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
    owner = "nextcloud";
    repo = "desktop";
    rev = "v${version}";
    hash = "sha256-gskFI6nxRb5lx6EwWuqghqg7NmCaj0JS7PpV0i4qUqQ=";
    hash = "sha256-77vsl7BvptNlU/1epn4Eo+3Lnedn5awUgqbkyapW7+A=";
  };

  patches = [