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

cerberus: 0-unstable-2025-11-09 -> 0-unstable-2025-11-12 (#462898)

parents 1ac172a5 f322a6dc
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@
}:
ocamlPackages.buildDunePackage rec {
  pname = "cerberus";
  version = "0-unstable-2025-11-09";
  version = "0-unstable-2025-11-12";

  src = fetchFromGitHub {
    owner = "rems-project";
    repo = "cerberus";
    rev = "4a1896590a1808b6ec15967b79c544b0fcdbd76a";
    hash = "sha256-M36dz6cQxU8b0H00Uvk6U0otWlkHJMP5CPQuCrbKncc=";
    rev = "35d1ec8919c9813dd1b3770dccf53260ac5b7f73";
    hash = "sha256-OQo/w49Z7+SGyKdePsSXplglo1gSNfnxNw85lcv0nc0=";
  };

  patches = [