Unverified Commit eeddd740 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

owi: 0.2-unstable-2026-04-01 -> 0.2-unstable-2026-04-08 (#508842)

parents aab92e6f b0b0581c
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-04-01";
  version = "0.2-unstable-2026-04-08";

  src = fetchFromGitHub {
    owner = "ocamlpro";
    repo = "owi";
    rev = "f109b9a448771c2877d8f52b38a01edb4c0591b1";
    rev = "8357ccd5a43d1e2f9d5648a96286c6b8e6b59b37";
    fetchSubmodules = true;
    hash = "sha256-Ubw7LCum/lNgBphCHo8FdW1qRMU1lKX1c9eIKxRv56I=";
    hash = "sha256-4QOUX8iwn826g2rB2fwsFZhrzViZsKONXa5yxCFPT/8=";
  };

  nativeBuildInputs = with ocamlPackages; [