Unverified Commit acb05e1d authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

nextcloud-client: 3.14.2 -> 3.14.3 (#353854)

parents 54b3bdf5 3592d2c1
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 = [