Skip to content

Commit

Permalink
ocamlPackages.ezjsonm: 1.2.0 → 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vbgl committed Mar 22, 2023
1 parent d9d7c35 commit 78cd6d9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/development/ocaml-modules/ezjsonm/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit 78cd6d9

Please sign in to comment.