Unverified Commit de55f869 authored by Miao, ZhiCheng's avatar Miao, ZhiCheng
Browse files

owncloud-client: 5.0.0 -> 5.2.1

parent fec6c9be
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,13 +17,13 @@

stdenv.mkDerivation rec {
  pname = "owncloud-client";
  version = "5.0.0";
  version = "5.2.1";

  src = fetchFromGitHub {
    owner = "owncloud";
    repo = "client";
    rev = "refs/tags/v${version}";
    hash = "sha256-SSMNmWrCT1sGa38oY8P84QNedNkQPcIRWrV9B65B5X8=";
    hash = "sha256-yErMHh0QbWVpJhNiXU1IIGpQ5CGARN/4cqELRMoxSac=";
  };

  nativeBuildInputs = [