Merge pull request #238408 from hellwolf/owncloud-4.1.0

owncloud-client: 4.0.0 -> 4.1.0
This commit is contained in:
Sandro 2023-06-19 01:17:29 +02:00 committed by GitHub
commit 132a3e79d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ];