Unverified Commit 3592d2c1 authored by Sandro Jäckel's avatar Sandro Jäckel
Browse files
parent 654de938
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@

stdenv.mkDerivation rec {
  pname = "nextcloud-client";
  version = "3.14.2";
  version = "3.14.3";

  outputs = [ "out" "dev" ];

@@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
    owner = "nextcloud-releases";
    repo = "desktop";
    rev = "refs/tags/v${version}";
    hash = "sha256-vxCt/FNfQZ7rWME2zLGESgW/+FNoENZeCr8FFcGwoFQ=";
    hash = "sha256-nYoBs5EnWiqYRsqc5CPxCIs0NAxSprI9PV0lO/c8khw=";
  };

  patches = [