Unverified Commit 353fdf35 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

cegui: 0-unstable-2023-03-18 -> 0-unstable-2025-04-06 (#398922)

parents b01104b8 2f256b9e
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -14,13 +14,13 @@

stdenv.mkDerivation {
  pname = "cegui";
  version = "0-unstable-2023-03-18";
  version = "0-unstable-2025-04-06";

  src = fetchFromGitHub {
    owner = "paroj";
    repo = "cegui";
    rev = "186ce900e293b98f2721c11930248a8de54aa338";
    hash = "sha256-RJ4MnxklcuxC+ZYEbfma5RDc2aeJ95LuTwNk+FnEhdo=";
    rev = "a630bcc3f1e4b66edcf0fd00edcb9b29ad8446a3";
    hash = "sha256-9lZ7eBwmxZ33XNDJXQ2lbCcH5JyH0KoY1mj/g+2HOJs=";
  };

  strictDeps = true;