about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-05-31 03:05:46 +0200
committerGitHub <noreply@github.com>2021-05-31 03:05:46 +0200
commite6a42159be1ebcccfb4cb88cf4df8981b73cf410 (patch)
treedef7be05a50228d1a852824ca345040f0436ece1 /pkgs
parent97d9c33afab721fe7b07e41e1fde089e9d197275 (diff)
parent2c988b6132f8b5bdaf490efd26f8d027366c7548 (diff)
Merge pull request #125005 from maxeaubrey/plex_bump
plex: 1.23.0.4482-62106842a -> 1.23.1.4602-280ab6053
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 6f29d336da126..32612d2e45213 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.0.4482-62106842a";
+  version = "1.23.1.4602-280ab6053";
   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 = "0i4cfnzlzxh3vwd8kivy0dy6wg102j96v7p3mpivkwj15kjrl01v";
+    sha256 = "0q0drm9x7c1c14ja21pzy4cl03am37gp78s6djbpk4sgxwvvyhic";
   } else fetchurl {
     url = "https://downloads.plex.tv/plex-media-server-new/${version}/debian/plexmediaserver_${version}_amd64.deb";
-    sha256 = "0yh30712m23hmpqc4b83pbmadgslq72z8lc4prx2kp01n3p5hfkq";
+    sha256 = "0hz6572yj9wfq4sri76cjyzz4xmfvf8jlzvxqhsk4r05d8kbxrli";
   };
 
   outputs = [ "out" "basedb" ];