mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
parsec-bin: 150_93b -> 150_95
This commit is contained in:
parent
cb5695a64d
commit
638d49e1ac
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user