Unverified Commit 8a5b5b06 authored by Colin's avatar Colin Committed by GitHub
Browse files

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

parents df0393e9 39d902d8
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -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"