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

owi: 0.2-unstable-2025-12-01 -> 0.2-unstable-2025-12-08 (#469164)

parents 1517705e ffe24c37
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-12-01";
  version = "0.2-unstable-2025-12-08";

  src = fetchFromGitHub {
    owner = "ocamlpro";
    repo = "owi";
    rev = "92403520c3ad8ea1a57d734772e2c4c22589eca3";
    rev = "b35dafd51853b40f6b403cc5c460bed8dd2c8027";
    fetchSubmodules = true;
    hash = "sha256-cVkHaXBeTgfHKLCIB3sTEIqu2kvYmo3gi42tRn2DcaA=";
    hash = "sha256-qYSn47I6slnJ6brXGc5KcbR2rlSwuTyqdPyNKs1uTsQ=";
  };

  nativeBuildInputs = with ocamlPackages; [