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 cb9f2e5
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions 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=";
hash = "sha256-1zj0y7E9JWrnPC9HllFXos33rsdAt3q+NamoxNTmHHM=";
};

postBuild = ''
# prevents steam from resetting compatability settings (in addition to upstream's modifications)
sed -i -r 's|GE-Proton-rtsp[0-9]*|GE-Proton-rtsp|' $steamcompattool/compatibilitytool.vdf
sed -i -r 's|GE-Proton-rtsp[0-9]*|GE-Proton-rtsp|' $steamcompattool/proton
'';

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

0 comments on commit cb9f2e5

Please sign in to comment.