about summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorRyan Horiguchi <ryan.horiguchi@gmail.com>2022-03-24 21:06:45 +0100
committerRyan Horiguchi <ryan.horiguchi@gmail.com>2022-03-24 21:06:45 +0100
commit8112abd5f80e1179d5920c7b39a93c0c1d03d414 (patch)
treed35ca5ce5d2c8ad48f680099cb79b924549edfc6 /pkgs/servers
parentb4f94f8d087d45d081eebde0f68fea7f79372ac7 (diff)
plex: 1.25.7.5604-980a13e02 -> 1.25.8.5663-e071c3d62
Diffstat (limited to 'pkgs/servers')
-rw-r--r--pkgs/servers/plex/raw.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/servers/plex/raw.nix b/pkgs/servers/plex/raw.nix
index aec7178281e33..861d66b3d04f3 100644
--- a/pkgs/servers/plex/raw.nix
+++ b/pkgs/servers/plex/raw.nix
@@ -12,16 +12,16 @@
 # server, and the FHS userenv and corresponding NixOS module should
 # automatically pick up the changes.
 stdenv.mkDerivation rec {
-  version = "1.25.7.5604-980a13e02";
+  version = "1.25.8.5663-e071c3d62";
   pname = "plexmediaserver";
 
   # Fetch the source
   src = if stdenv.hostPlatform.system == "aarch64-linux" then fetchurl {
     url = "https://downloads.plex.tv/plex-media-server-new/${version}/debian/plexmediaserver_${version}_arm64.deb";
-    hash = "sha256-X0KaaX5NvF04pyRHSUeHtXQ+OTv9BK0bzDl1J5C6Vts=";
+    hash = "sha256-w9k8phyiA/sK+zRlK8PAciebt5UJvmVFA+cfx4r78Gs=";
   } else fetchurl {
     url = "https://downloads.plex.tv/plex-media-server-new/${version}/debian/plexmediaserver_${version}_amd64.deb";
-    hash = "sha256-tqpOQDdHBl55jSyonNV7/UjCcx6jY9VdAzh/zBA/CAs=";
+    hash = "sha256-baOofe+7PZfLhwIXrB1ibKkkEJRVivgGHDN4phlg57Q=";
   };
 
   outputs = [ "out" "basedb" ];