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

owi: 0.2-unstable-2026-03-16 -> 0.2-unstable-2026-04-01 (#506178)

parents 510ab208 69438c1d
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-03-16";
  version = "0.2-unstable-2026-04-01";

  src = fetchFromGitHub {
    owner = "ocamlpro";
    repo = "owi";
    rev = "7fb7af27025501c732d8dda903865b47bc5d4901";
    rev = "f109b9a448771c2877d8f52b38a01edb4c0591b1";
    fetchSubmodules = true;
    hash = "sha256-aRNJiW6UTcpJU3fIcEQB3gujmAxsp2dwR1hFeWJrhzs=";
    hash = "sha256-Ubw7LCum/lNgBphCHo8FdW1qRMU1lKX1c9eIKxRv56I=";
  };

  nativeBuildInputs = with ocamlPackages; [