Skip to content

Commit 42e9431

Browse files
authored
Merge pull request #526 from ZenIsBestWolf/patch-1
2 parents 290da83 + f26e12f commit 42e9431

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/pr/proton-ge-rtsp-bin/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
(
1313
finalAttrs: _: {
1414
pname = "proton-ge-rtsp-bin";
15-
version = "GE-Proton10-15-rtsp18-1";
15+
version = "GE-Proton10-20-rtsp19";
1616

1717
src = fetchzip {
1818
url = "https://github.com/SpookySkeletons/proton-ge-rtsp/releases/download/${finalAttrs.version}/${finalAttrs.version}.tar.gz";
19-
hash = "sha256-SPf8YWmNcGDhh/WTVQ7lET1+UKYKp6sHXhKpKjHKlHM=";
19+
hash = "sha256-VzUzZjILqndtqi/nLGAXrup2lKoZ7RxGXGoPLo2voHQ=";
2020
};
2121

2222
meta = {

0 commit comments

Comments
 (0)