syshud: 0-unstable-2025-08-18 -> 0-unstable-2025-10-06

This commit is contained in:
R. Ryantm
2025-10-07 16:24:31 +00:00
committed by Colin
parent 04bd2c1dba
commit fe2ce24838
+3 -5
View File
@@ -14,18 +14,16 @@
stdenv.mkDerivation (finalAttrs: {
pname = "syshud";
version = "0-unstable-2025-08-18";
version = "0-unstable-2025-10-06";
src = fetchFromGitHub {
owner = "System64fumo";
repo = "syshud";
rev = "6dbf17bb953342c844517d1b4eb672cbae7a1566";
hash = "sha256-T9tWmgDIcmmRXAeWR7Pfjalkl6xogtuz1qfsSAuQmkg=";
rev = "60d3e362cf6983e7d7ebea7584a8bd84eb815f4c";
hash = "sha256-GxJWGRm7N/TgvAtuWXjusyUT7Pnuw0uIySp6i6Kn7Gs=";
};
postPatch = ''
substituteInPlace Makefile \
--replace-fail pkg-config ''${PKG_CONFIG}
substituteInPlace src/main.cpp \
--replace-fail /usr/share/sys64/hud/config.conf $out/share/sys64/hud/config.conf
substituteInPlace src/window.cpp \