owncloud-client: 4.0.0 -> 4.1.0

This commit is contained in:
Miao, ZhiCheng 2023-06-18 15:16:05 +03:00
parent 2c09e8eb87
commit bfa78af9b3
No known key found for this signature in database
GPG Key ID: 1080B4863AD0F5D1

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