cjson: 1.7.14 -> 1.7.15
This commit is contained in:
parent
2002a716ab
commit
d90ad10b3b
1 changed files with 2 additions and 2 deletions
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "cjson";
|
pname = "cjson";
|
||||||
version = "1.7.14";
|
version = "1.7.15";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "DaveGamble";
|
owner = "DaveGamble";
|
||||||
repo = "cJSON";
|
repo = "cJSON";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1a3i9ydl65dgwgmlg79n5q8qilmjkaakq56sam1w25zcrd8jy11q";
|
sha256 = "sha256-PpUVsLklcs5hCCsQcsXw0oEVIWecKnQO16Hy0Ba8ov8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake ];
|
nativeBuildInputs = [ cmake ];
|
||||||
|
|
Loading…
Reference in a new issue