summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorDanielle Lancashire <dani@builds.terrible.systems>2021-05-06 13:47:35 +0000
committerCole Helbling <cole.e.helbling@outlook.com>2021-05-08 08:29:36 -0700
commit8cba5c986b1b6a1efbc4b62eca059e43aed895e4 (patch)
treeb9169ed8cc0c1da9a3f45251dc74a5944dd8b4c5 /pkgs
parentb2534aa0cb31978b41c3dbb0fe11ffec02e91d9f (diff)
plex: 1.22.2.4282-a97b03fad -> 1.23.0.4482-62106842a
Diffstat (limited to 'pkgs')
-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 68168618c558e..6f29d336da126 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.22.2.4282-a97b03fad";
+  version = "1.23.0.4482-62106842a";
   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 = "01krx6vhk24wm2hikxkfv8m53y8b4yqnkii4j9zf48f1a9hlj2zp";
+    sha256 = "0i4cfnzlzxh3vwd8kivy0dy6wg102j96v7p3mpivkwj15kjrl01v";
   } else fetchurl {
     url = "https://downloads.plex.tv/plex-media-server-new/${version}/debian/plexmediaserver_${version}_amd64.deb";
-    sha256 = "04wzv15pnd4sn6cy62m8prvsxpxj4sg3q9ahwsrn2cj31vgayg0i";
+    sha256 = "0yh30712m23hmpqc4b83pbmadgslq72z8lc4prx2kp01n3p5hfkq";
   };
 
   outputs = [ "out" "basedb" ];