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

Merge pull request #238408 from hellwolf/owncloud-4.1.0

owncloud-client: 4.0.0 -> 4.1.0
parents 9a1570b7 bfa78af9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

stdenv.mkDerivation rec {
  pname = "owncloud-client";
  version = "4.0.0";
  version = "4.1.0";

  libregraph = callPackage ./libre-graph-api-cpp-qt-client.nix { };

@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
    owner = "owncloud";
    repo = "client";
    rev = "refs/tags/v${version}";
    hash = "sha256-KZ/e8ISQ4FNgT/mtKSlOCa3WQ0lRSaqNIhQn6al6NSM=";
    hash = "sha256-L0xeLYzlonzNClOcijyucGdwgQHTS7TlczIyJGbVQ5E=";
  };

  nativeBuildInputs = [ pkg-config cmake extra-cmake-modules wrapQtAppsHook qttools ];