Merge pull request #260896 from r-ryantm/auto-update/libcmis

libcmis: 0.5.2 -> 0.6.0
This commit is contained in:
Weijia Wang
2023-10-28 02:59:24 +02:00
committed by GitHub
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "libcmis";
version = "0.5.2";
version = "0.6.0";
src = fetchFromGitHub {
owner = "tdf";
repo = pname;
rev = "v${version}";
sha256 = "0s6prfh55hn11vrs72ph1gs01v0vngly81pvyjm5v1sgwymdxx57";
sha256 = "sha256-E2A4uJUayqMMxVifzeAeYKLL+FiV2vShNNdXe5ZLXZ4=";
};
nativeBuildInputs = [ autoreconfHook pkg-config docbook2x ];