Commit f7eea569 authored by R. RyanTM's avatar R. RyanTM
Browse files

cjson: 1.7.17 -> 1.7.18

parent 5e1830b8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
  pname = "cjson";
  version = "1.7.17";
  version = "1.7.18";

  src = fetchFromGitHub {
    owner = "DaveGamble";
    repo = "cJSON";
    rev = "v${version}";
    sha256 = "sha256-jU9UbXvdXiNXFh7c9p/LppMsuqryFK40NTTyQGbNU84=";
    sha256 = "sha256-UgUWc/+Zie2QNijxKK5GFe4Ypk97EidG8nTiiHhn5Ys=";
  };

  nativeBuildInputs = [ cmake ];