Unverified Commit 0bb440cd authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

nextcloud-client: 3.16.4 -> 3.16.5 (#414220)

parents 7e54d270 79f10f15
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.4";
  version = "3.16.5";

  outputs = [
    "out"
@@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
    owner = "nextcloud-releases";
    repo = "desktop";
    tag = "v${version}";
    hash = "sha256-8P73YitjuU9SGDBNimqJsvSfGOE9lNCVUNN3f4KXWSY=";
    hash = "sha256-Xul3NGHResU/ZGP/C7v2bnhcxqGn3CjwjwnaPVmUhfM=";
  };

  patches = [