msgpack-c: 6.0.2 -> 6.1.0 (#337689)

This commit is contained in:
Vladimír Čunát 2024-09-20 18:57:08 +02:00
commit 8a8624d9b9
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -8,13 +8,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "msgpack-c";
version = "6.0.2";
version = "6.1.0";
src = fetchFromGitHub {
owner = "msgpack";
repo = "msgpack-c";
rev = "refs/tags/c-${finalAttrs.version}";
hash = "sha256-Tjgn9ayyPK1mKA4OBr7/VogSzJwh5RZR5BrMNadfqak=";
hash = "sha256-yL1+6w9l1Ccgrh8WXqvHv2yrb9QH+TrHIAFLXGoVuT0=";
};
strictDeps = true;