Skip to content

Commit c74ef83

Browse files
committed
parsec-bin: 150_95 -> 150_97c
1 parent a7281e4 commit c74ef83

File tree

1 file changed

+5
-5
lines changed
  • pkgs/applications/misc/parsec

1 file changed

+5
-5
lines changed

pkgs/applications/misc/parsec/bin.nix

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
libXfixes,
1818
libpulseaudio,
1919
libva,
20-
ffmpeg_6,
20+
ffmpeg_7,
2121
libpng,
2222
libjpeg8,
2323
curl,
@@ -27,11 +27,11 @@
2727

2828
stdenvNoCC.mkDerivation {
2929
pname = "parsec-bin";
30-
version = "150_95";
30+
version = "150_97c";
3131

3232
src = fetchurl {
33-
url = "https://web.archive.org/web/20240725203323/https://builds.parsec.app/package/parsec-linux.deb";
34-
sha256 = "sha256-9F56u+jYj2CClhbnGlLi65FxS1Vq00coxwu7mjVTY1w=";
33+
url = "https://web.archive.org/web/20250226223019/https://builds.parsec.app/package/parsec-linux.deb";
34+
sha256 = "sha256-8Wkbo6l1NGBPX2QMJszq+u9nLM96tu7WYRTQq6/CzM8=";
3535
};
3636

3737
nativeBuildInputs = [
@@ -54,7 +54,7 @@ stdenvNoCC.mkDerivation {
5454
alsa-lib
5555
libpulseaudio
5656
libva
57-
ffmpeg_6
57+
ffmpeg_7
5858
libpng
5959
libjpeg8
6060
curl

0 commit comments

Comments
 (0)