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

ocamlPackages.smtml: 0.8.0 -> 0.9.0

parent b6705ec3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -25,13 +25,13 @@

buildDunePackage rec {
  pname = "smtml";
  version = "0.8.0";
  version = "0.9.0";

  src = fetchFromGitHub {
    owner = "formalsec";
    repo = "smtml";
    tag = "v${version}";
    hash = "sha256-gmYyVUkwXBqGKGhp6Pqdf2PJafUJ1hF96WxOLq1h2f8=";
    hash = "sha256-hgpxOQZ7mhELcT71j1EZJNstnTSntEjKDEokUaj5kAs=";
  };

  nativeBuildInputs = [