We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 290da83 + f26e12f commit 42e9431Copy full SHA for 42e9431
pkgs/by-name/pr/proton-ge-rtsp-bin/package.nix
@@ -12,11 +12,11 @@
12
(
13
finalAttrs: _: {
14
pname = "proton-ge-rtsp-bin";
15
- version = "GE-Proton10-15-rtsp18-1";
+ version = "GE-Proton10-20-rtsp19";
16
17
src = fetchzip {
18
url = "https://github.com/SpookySkeletons/proton-ge-rtsp/releases/download/${finalAttrs.version}/${finalAttrs.version}.tar.gz";
19
- hash = "sha256-SPf8YWmNcGDhh/WTVQ7lET1+UKYKp6sHXhKpKjHKlHM=";
+ hash = "sha256-VzUzZjILqndtqi/nLGAXrup2lKoZ7RxGXGoPLo2voHQ=";
20
};
21
22
meta = {
0 commit comments