Unverified Commit 6f0ab84c authored by Vincent Laporte's avatar Vincent Laporte Committed by GitHub
Browse files

ocamlPackages.yamlx: 0.1.0 -> 0.3.0 (#512016)

parents 31fcc43f ab29a4e2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,11 +8,11 @@

buildDunePackage (finalAttrs: {
  pname = "yamlx";
  version = "0.1.0";
  version = "0.3.0";

  src = fetchurl {
    url = "https://github.com/mjambon/yamlx/releases/download/${finalAttrs.version}/yamlx-${finalAttrs.version}.tbz";
    hash = "sha256-Ihar37R1dUFMXSgNGEJu5z6ysFMcrg1Hd74hNLletwE=";
    hash = "sha256-9pGp4XSCjMEwsUqHtwoyLBKTUdPjmYccqaU3dLkgVzg=";
  };

  propagatedBuildInputs = [ ppx_deriving ];