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

owi: 0.2-unstable-2025-11-25 -> 0.2-unstable-2025-12-01 (#467135)

parents e1d3cee5 6d872085
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-2025-11-25";
  version = "0.2-unstable-2025-12-01";

  src = fetchFromGitHub {
    owner = "ocamlpro";
    repo = "owi";
    rev = "23fb234334310ae8b4ba3c4a2def6a9fed7508fd";
    rev = "92403520c3ad8ea1a57d734772e2c4c22589eca3";
    fetchSubmodules = true;
    hash = "sha256-I74mjs4GozMlUr+ezt22J6+cs8GDcNZkPC42W0kvGnI=";
    hash = "sha256-cVkHaXBeTgfHKLCIB3sTEIqu2kvYmo3gi42tRn2DcaA=";
  };

  nativeBuildInputs = with ocamlPackages; [