cegui: 0-unstable-2023-03-18 -> 0-unstable-2025-04-06

This commit is contained in:
R. Ryantm
2025-04-15 17:08:41 +00:00
parent 6511275622
commit 2f256b9ec3
+3 -3
View File
@@ -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;