libcmis: 0.6.0 -> 0.6.2

This commit is contained in:
R. Ryantm 2023-11-15 21:19:54 +00:00
parent 2387a37fa0
commit 3ef68427ae

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "libcmis";
version = "0.6.0";
version = "0.6.2";
src = fetchFromGitHub {
owner = "tdf";
repo = pname;
rev = "v${version}";
sha256 = "sha256-E2A4uJUayqMMxVifzeAeYKLL+FiV2vShNNdXe5ZLXZ4=";
sha256 = "sha256-HXiyQKjOlQXWABY10XrOiYxPqfpmUJC3a6xD98LIHDw=";
};
nativeBuildInputs = [ autoreconfHook pkg-config docbook2x ];