Merge pull request #242753 from NickCao/msgpack-cxx

msgpack-cxx: 6.0.0 -> 6.1.0
This commit is contained in:
Nick Cao 2023-07-12 09:15:27 +08:00 committed by GitHub
commit 0b76ce2d31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "msgpack-cxx";
version = "6.0.0";
version = "6.1.0";
src = fetchFromGitHub {
owner = "msgpack";
repo = "msgpack-c";
rev = "refs/tags/cpp-${version}";
hash = "sha256-p0eLd0fHhsgnRomubYadumMNiC2itdePJC9B55m49LI=";
hash = "sha256-VqzFmm3MmMhWyooOsz1d9gwwbn/fnnxpkCFwqKR6los=";
};
strictDeps = true;