libcbor: 2019-02-23 -> 2019-07-25
git bump, including removal of stray printf
This commit is contained in:
parent
0c20b6a9df
commit
66e93cb96e
1 changed files with 3 additions and 3 deletions
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "libcbor";
|
pname = "libcbor";
|
||||||
version = "2019-02-23";
|
version = "2019-07-25";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "PJK";
|
owner = "PJK";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "87f977e732ca216682a8583a0e43803eb6b9c028";
|
rev = "82512d851205fbc7f65d96a0b4a8e1bad2e4f3c6";
|
||||||
sha256 = "17p1ahdcpf5d4r472lhciscaqjq4pyxy9xjhqqx8mv646xmyripm";
|
sha256 = "01hy7n21gxz4gp3gdwm2ywz822p415bj2k9ccxgwz3plvncs4xa1";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake ];
|
nativeBuildInputs = [ cmake ];
|
||||||
|
|
Loading…
Reference in a new issue