1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Merge pull request #336410 from pabloaul/parsec-95

parsec-bin: 150_93b -> 150_95
This commit is contained in:
Emily 2024-08-21 22:59:52 +01:00 committed by GitHub
commit 20eb4bcca8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,7 +16,7 @@
, libXfixes
, libpulseaudio
, libva
, ffmpeg_4
, ffmpeg_6
, libpng
, libjpeg8
, curl
@ -26,11 +26,11 @@
stdenvNoCC.mkDerivation {
pname = "parsec-bin";
version = "150_93b";
version = "150_95";
src = fetchurl {
url = "https://web.archive.org/web/20240329180120/https://builds.parsec.app/package/parsec-linux.deb";
sha256 = "sha256-wfsauQMubnGKGfL9c0Zee5g3nn0eEnOFalQNL3d4weE=";
url = "https://web.archive.org/web/20240725203323/https://builds.parsec.app/package/parsec-linux.deb";
sha256 = "sha256-9F56u+jYj2CClhbnGlLi65FxS1Vq00coxwu7mjVTY1w=";
};
unpackPhase = ''
@ -57,7 +57,7 @@ stdenvNoCC.mkDerivation {
alsa-lib
libpulseaudio
libva
ffmpeg_4
ffmpeg_6
libpng
libjpeg8
curl