Loading pkgs/by-name/dw/dwproton-bin/package.nix +5 −0 Original line number Diff line number Diff line Loading @@ -18,6 +18,11 @@ proton-ge-bin.overrideAttrs ( hash = "sha256-3mfJGi2pUwPgWNZCvGD1SNHghS2HThX5Y7TrnJaEYvw="; }; preFixup = '' substituteInPlace "$steamcompattool/compatibilitytool.vdf" \ --replace-fail "${finalAttrs.version}" "${steamDisplayName}" ''; passthru.updateScript = writeScript "update-dwproton" '' #!/usr/bin/env nix-shell #!nix-shell -i bash -p curl jq common-updater-scripts Loading Loading
pkgs/by-name/dw/dwproton-bin/package.nix +5 −0 Original line number Diff line number Diff line Loading @@ -18,6 +18,11 @@ proton-ge-bin.overrideAttrs ( hash = "sha256-3mfJGi2pUwPgWNZCvGD1SNHghS2HThX5Y7TrnJaEYvw="; }; preFixup = '' substituteInPlace "$steamcompattool/compatibilitytool.vdf" \ --replace-fail "${finalAttrs.version}" "${steamDisplayName}" ''; passthru.updateScript = writeScript "update-dwproton" '' #!/usr/bin/env nix-shell #!nix-shell -i bash -p curl jq common-updater-scripts Loading