Commit 78cd6d98 authored by Vincent Laporte's avatar Vincent Laporte Committed by Vincent Laporte
Browse files

ocamlPackages.ezjsonm: 1.2.0 → 1.3.0

parent d9d7c358
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildDunePackage rec {
  pname = "ezjsonm";
  version = "1.2.0";
  version = "1.3.0";

  useDune2 = true;
  duneVersion = "3";

  src = fetchurl {
    url = "https://github.com/mirage/ezjsonm/releases/download/v${version}/ezjsonm-v${version}.tbz";
    sha256 = "1q6cf63cc614lr141rzhm2w4rhi1snfqai6fmkhvfjs84hfbw2w7";
    url = "https://github.com/mirage/ezjsonm/releases/download/v${version}/ezjsonm-${version}.tbz";
    hash = "sha256-CGM+Dw52eoroGTXKfnTxaTuFp5xFAtVo7t/1Fw8M13s=";
  };

  propagatedBuildInputs = [ jsonm hex sexplib0 ];