Skip to content

Commit

Permalink
proton-ge-rtsp-bin: update to 9-22-rtsp-17 and prevent steam settings…
Browse files Browse the repository at this point in the history
… breaking after update
  • Loading branch information
RTUnreal committed Jan 25, 2025
1 parent ab7813d commit dcff605
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pkgs/by-name/pr/proton-ge-rtsp-bin/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,19 @@
proton-ge-bin.overrideAttrs (
finalAttrs: _: {
pname = "proton-ge-rtsp-bin";
version = "GE-Proton9-20-rtsp16";
version = "GE-Proton9-22-rtsp17";

src = fetchzip {
url = "https://github.com/SpookySkeletons/proton-ge-rtsp/releases/download/${finalAttrs.version}/${finalAttrs.version}.tar.gz";
hash = "sha256-iq7oiDW5+51wzqYwASOGSV922c/pg1k29MdkIXlT34k=";
};

postBuild = ''
# prevents steam from resetting compatability settings (in addition to upstream's modifications)
substituteInPlace $steamcompattool/proton $steamcompattool/compatibilitytool.vdf \
--replace-fail "GE-Proton-rtsp[[:digit:]]*" "GE-Proton-rtsp"
'';

meta = {
inherit (proton-ge-bin.meta)
description
Expand Down

0 comments on commit dcff605

Please sign in to comment.