msgpack-cxx: 6.0.0 -> 6.1.0
Diff: https://github.com/msgpack/msgpack-c/compare/refs/tags/cpp-6.0.0...cpp-6.1.0 Changelog: https://github.com/msgpack/msgpack-c/blob/refs/tags/cpp-6.1.0/CHANGELOG.md
This commit is contained in:
parent
d5e2bee79b
commit
8eea1bc42a
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue