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

cerberus: 0-unstable-2025-11-12 -> 0-unstable-2025-11-24 (#464847)

parents 75c025c6 1764e77c
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-12";
  version = "0-unstable-2025-11-24";

  src = fetchFromGitHub {
    owner = "rems-project";
    repo = "cerberus";
    rev = "35d1ec8919c9813dd1b3770dccf53260ac5b7f73";
    hash = "sha256-OQo/w49Z7+SGyKdePsSXplglo1gSNfnxNw85lcv0nc0=";
    rev = "3946c7e757f338061c8e29079605424360d41cb3";
    hash = "sha256-aYWoGugqIBS2jpRkepO54wjitMQoCVeFf3cMpCUyZVU=";
  };

  patches = [