about summary refs log tree commit diff
path: root/pkgs/applications/video/plex-media-player/deps.nix
diff options
context:
space:
mode:
authorFabian Möller <fabianm88@gmail.com>2020-04-20 11:40:00 +0200
committerGitHub <noreply@github.com>2020-04-20 10:40:00 +0100
commit41582c7a023281b6024e55c8c2754b0ea848f4a0 (patch)
tree9b5586e07593b63c2fbb0539870b876f2bfe672b /pkgs/applications/video/plex-media-player/deps.nix
parent2f0ee4bd0bc34e608540c7193a53af314c0cf1da (diff)
plex-media-player: 2.40.0.1007 -> 2.55.0.1069 + update script (#68938)
Diffstat (limited to 'pkgs/applications/video/plex-media-player/deps.nix')
-rw-r--r--pkgs/applications/video/plex-media-player/deps.nix28
1 files changed, 28 insertions, 0 deletions
diff --git a/pkgs/applications/video/plex-media-player/deps.nix b/pkgs/applications/video/plex-media-player/deps.nix
new file mode 100644
index 0000000000000..26b57532615aa
--- /dev/null
+++ b/pkgs/applications/video/plex-media-player/deps.nix
@@ -0,0 +1,28 @@
+{ fetchurl }:
+
+rec {
+  webClientBuildId = "180-afec74de50e175";
+  webClientDesktopBuildId = "4.29.2-e50e175";
+  webClientTvBuildId = "4.29.3-afec74d";
+
+  webClient = fetchurl {
+    url = "https://artifacts.plex.tv/web-client-pmp/${webClientBuildId}/buildid.cmake";
+    sha256 = "0rabrg3lk9vgpswk8npa54hzqf2v8ghqqnysxpwn12wrp1pc2rr9";
+  };
+  webClientDesktopHash = fetchurl {
+    url = "https://artifacts.plex.tv/web-client-pmp/${webClientBuildId}/web-client-desktop-${webClientDesktopBuildId}.tar.xz.sha1";
+    sha256 = "02b5yq4yc411qlg2dkw5j9lrr3cn2y4d27sin0skf6qza180473g";
+  };
+  webClientDesktop = fetchurl {
+    url = "https://artifacts.plex.tv/web-client-pmp/${webClientBuildId}/web-client-desktop-${webClientDesktopBuildId}.tar.xz";
+    sha256 = "0l3xv48kr2rx878a40zrgwif2ga2ikv6fdcbq9pylycnmm41pxmh";
+  };
+  webClientTvHash = fetchurl {
+    url = "https://artifacts.plex.tv/web-client-pmp/${webClientBuildId}/web-client-tv-${webClientTvBuildId}.tar.xz.sha1";
+    sha256 = "0wq115y2xrgwqrzr43nhkq8ba237z20yfp426ki2kdypsq8fjqka";
+  };
+  webClientTv = fetchurl {
+    url = "https://artifacts.plex.tv/web-client-pmp/${webClientBuildId}/web-client-tv-${webClientTvBuildId}.tar.xz";
+    sha256 = "1wax1qslm226l2w53m2fnl849jw349qhg3rjghx7vip5pmb43vw9";
+  };
+}