syshud: 0-unstable-2025-08-18 -> 0-unstable-2025-10-06 (#449534)

This commit is contained in:
Colin
2025-10-07 16:32:31 +00:00
committed by GitHub
+5 -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 \
@@ -65,6 +63,8 @@ stdenv.mkDerivation (finalAttrs: {
wrapProgram $out/bin/syshud --prefix LD_LIBRARY_PATH : $out/lib
'';
strictDeps = true;
passthru.updateScript = nix-update-script {
extraArgs = [
"--version"