Commit 1f82cc66 authored by R. RyanTM's avatar R. RyanTM
Browse files

cjson: 1.7.16 -> 1.7.17

parent 680bca29
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.16";
  version = "1.7.17";

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

  nativeBuildInputs = [ cmake ];