libcbor: 0.9.0 -> 0.10.0

This commit is contained in:
R. Ryantm 2022-12-30 20:54:58 +00:00
parent 3d7270abd5
commit eaa0e34921

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "libcbor";
version = "0.9.0";
version = "0.10.0";
src = fetchFromGitHub {
owner = "PJK";
repo = pname;
rev = "v${version}";
sha256 = "sha256-Wp/48yQA17mf/dTgeMcMDvPpKOPkfLhQkCnzgGLpLtk=";
sha256 = "sha256-YJSIZ7o191/0QJf1fH6LUYykS2pvP17knSeRO2WcDeM=";
};
nativeBuildInputs = [ cmake ];