about summary refs log tree commit diff
path: root/pkgs/servers/plex
diff options
context:
space:
mode:
authorNiklas <44636701+MayNiklas@users.noreply.github.com>2021-07-13 10:31:42 +0200
committerGitHub <noreply@github.com>2021-07-13 10:31:42 +0200
commit8ef45e7a25206f430e3a7048e7cca9c18dc9cd6a (patch)
treea5fa69500093d0c54a27964995529648a8e201a0 /pkgs/servers/plex
parentaf6bbe9aafc7214f111f550411a779fa531ca9b9 (diff)
plex: 1.23.3.4707-ebb5fe9f3 -> 1.23.4.4805-186bae04e
Diffstat (limited to 'pkgs/servers/plex')
-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 929abe23ccea7..b6618eb429d39 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.23.3.4707-ebb5fe9f3";
+  version = "1.23.4.4805-186bae04e";
   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";
-    sha256 = "0b3xsyrpz1098lyqfapnjp7k55d07qg7h9avc7f3zmpkiclxf2ry";
+    sha256 = "161baz4klwb8wyvc3mnbvvwjcmdfp38rn270jwvmwzp6b70jclyx";
   } else fetchurl {
     url = "https://downloads.plex.tv/plex-media-server-new/${version}/debian/plexmediaserver_${version}_amd64.deb";
-    sha256 = "1as83prhlfi4g172k3mgm6p8k58zm4bahjf8bp8pyxcmgiii76m0";
+    sha256 = "0vj7k81fl8chaxqz287arvn9vva4cd4wcnybc5yvls3589h9x1zq";
   };
 
   outputs = [ "out" "basedb" ];