Skip to content

Commit

Permalink
proton-ge-rtsp-bin: init at GE-Proton9-20-rtsp16
Browse files Browse the repository at this point in the history
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
  • Loading branch information
Scrumplex committed Dec 6, 2024
1 parent 54f2dca commit e15e2ee
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ This overlay provides the following packages:
- `index_camera_passthrough`
- `monado`
- `opencomposite`
- `opencomposite-hand-fixes`
- `opencomposite-vendored`
- `proton-ge-rtsp-bin`
- `wlx-overlay-s`

[binary-cache]: https://app.cachix.org/cache/nix-community
Expand Down
15 changes: 15 additions & 0 deletions pkgs/by-name/pr/proton-ge-rtsp-bin/package.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# SPDX-FileCopyrightText: 2024 Sefa Eyeoglu <contact@scrumplex.net>
#
# SPDX-License-Identifier: MIT
{
fetchzip,
proton-ge-bin,
}:
proton-ge-bin.overrideAttrs (finalAttrs: _: {
version = "GE-Proton9-20-rtsp16";

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

0 comments on commit e15e2ee

Please sign in to comment.