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

libcmis: 0.6.0 -> 0.6.2
This commit is contained in:
Nick Cao 2023-11-15 20:12:26 -05:00 committed by GitHub
commit 24ccdc10ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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