libcbor: 0.8.0 -> 0.9.0

This commit is contained in:
R. Ryantm 2021-12-07 10:01:49 +00:00
parent 0dc7780aab
commit 9c06d262d2

View File

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