Merge pull request #268619 from tweag/lib-descriptions
[NixPkgs.git] / pkgs / applications / video / plex-media-player / deps.nix
blobcfb74c2d4898865b896c3f2befb3bcb4f7387811
1 { fetchurl }:
3 rec {
4   webClientBuildId = "183-045db5be50e175";
5   webClientDesktopBuildId = "4.29.2-e50e175";
6   webClientTvBuildId = "4.29.6-045db5b";
8   webClient = fetchurl {
9     url = "https://artifacts.plex.tv/web-client-pmp/${webClientBuildId}/buildid.cmake";
10     sha256 = "1xsacy1xb8a9rfdrd7lvx7n3hd0cf2c3mgmg9wl18jvwnqxyac83";
11   };
12   webClientDesktopHash = fetchurl {
13     url = "https://artifacts.plex.tv/web-client-pmp/${webClientBuildId}/web-client-desktop-${webClientDesktopBuildId}.tar.xz.sha1";
14     sha256 = "07spxyhrg45ppa2zjn3ri4qvi6qimlmq6wmh492r3jkrwd71rxgf";
15   };
16   webClientDesktop = fetchurl {
17     url = "https://artifacts.plex.tv/web-client-pmp/${webClientBuildId}/web-client-desktop-${webClientDesktopBuildId}.tar.xz";
18     sha256 = "1zll79hpgx8fghx228li9qairfd637yf8rhvjzdgpq4dvn21fv65";
19   };
20   webClientTvHash = fetchurl {
21     url = "https://artifacts.plex.tv/web-client-pmp/${webClientBuildId}/web-client-tv-${webClientTvBuildId}.tar.xz.sha1";
22     sha256 = "1zzfw2g76wqrxrx9kck5q79if78z91wn3awj703kz9sgxi4bkjsk";
23   };
24   webClientTv = fetchurl {
25     url = "https://artifacts.plex.tv/web-client-pmp/${webClientBuildId}/web-client-tv-${webClientTvBuildId}.tar.xz";
26     sha256 = "1f1zvrr3c0w37gvl78blg9rgxxi64nc4iv5vd87qbysfh1vpsjz0";
27   };