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

owi: 0.2-unstable-2026-04-12 -> 0.2-unstable-2026-04-27 (#514053)

parents e01ab2d7 5b63163c
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-12";
  version = "0.2-unstable-2026-04-27";

  src = fetchFromGitHub {
    owner = "ocamlpro";
    repo = "owi";
    rev = "cd54ee715561dc40c9338a16d37eabaa65cbbeaf";
    rev = "1a26145d95835096b3e86e8b2376c5650159b6c6";
    fetchSubmodules = true;
    hash = "sha256-ET/UHwQ0wwXtP1CzAksPi7BRJXyefE4qvi+2r1vl3OI=";
    hash = "sha256-xVNz9B3a6khlA7omv1+vJDreLrVNAFpcLBxPPx36/5E=";
  };

  nativeBuildInputs = with ocamlPackages; [