Unverified Commit c212e10c authored by Yifei Sun's avatar Yifei Sun Committed by GitHub
Browse files

owi, ocamlPackages.smtml: bump (#484598)

parents 026b74c1 d6102f03
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -15,14 +15,14 @@ let
in
ocamlPackages.buildDunePackage {
  pname = "owi";
  version = "0.2-unstable-2026-01-21";
  version = "0.2-unstable-2026-01-26";

  src = fetchFromGitHub {
    owner = "ocamlpro";
    repo = "owi";
    rev = "66e4d2ddaa03ee441dc6156b681ad832522ff2cf";
    rev = "a757ce0dd8ec6b60de019da794c13756b5795aa5";
    fetchSubmodules = true;
    hash = "sha256-KTeCDI67BGkoDBBeBG96BJrvO9kPX+Vztgk1S1PoyIM=";
    hash = "sha256-D5+vo4MDpku5Z2QqAmulwa49h+Enze2TtVW47AHNLBc=";
  };

  nativeBuildInputs = with ocamlPackages; [
+3 −2
Original line number Diff line number Diff line
@@ -27,13 +27,13 @@

buildDunePackage (finalAttrs: {
  pname = "smtml";
  version = "0.19.0";
  version = "0.20.0";

  src = fetchFromGitHub {
    owner = "formalsec";
    repo = "smtml";
    tag = "v${finalAttrs.version}";
    hash = "sha256-ZS+SVmpmvUP2V3DTQ5+QNjFWgj3O3vFIST5c7CifIos=";
    hash = "sha256-VnkF+bZXeqaj9LSpyzqH5AM9EQsrW4Rlj5kvyTfYTKE=";
  };

  minimalOCamlVersion = "4.14";
@@ -85,6 +85,7 @@ buildDunePackage (finalAttrs: {
    downloadPage = "https://github.com/formalsec/smtml";
    changelog = "https://github.com/formalsec/smtml/releases/tag/v${finalAttrs.version}";
    license = lib.licenses.mit;
    teams = with lib.teams; [ ngi ];
    maintainers = with lib.maintainers; [
      ethancedwards8
      redianthus