about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPascal Bach <pascal.bach@nextrem.ch>2023-12-09 22:17:41 +0100
committerGitHub <noreply@github.com>2023-12-09 22:17:41 +0100
commitd4999df27090afd1dfca354328878767ee97337c (patch)
treecce59d0659336fd26f1ad8512c0e91dec9a4897d
parent19a69a29591f49d772332e3386001beef83556a6 (diff)
parent1392efba795617a3e1d6b34abea71f33fd762ade (diff)
downloadnixlib-d4999df27090afd1dfca354328878767ee97337c.tar
nixlib-d4999df27090afd1dfca354328878767ee97337c.tar.gz
nixlib-d4999df27090afd1dfca354328878767ee97337c.tar.bz2
nixlib-d4999df27090afd1dfca354328878767ee97337c.tar.lz
nixlib-d4999df27090afd1dfca354328878767ee97337c.tar.xz
nixlib-d4999df27090afd1dfca354328878767ee97337c.tar.zst
nixlib-d4999df27090afd1dfca354328878767ee97337c.zip
Merge pull request #273019 from rhoriguchi/plex
plexRaw: 1.32.7.7621-871adbd44 -> 1.32.8.7639-fb6452ebf
-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 93cd01950d6b..0f3055277efd 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.32.7.7621-871adbd44";
+  version = "1.32.8.7639-fb6452ebf";
   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 = "0894hwbl05rsv80p3k0wjs1hv5jwn2zakv758kzx1dvqcmjzhy2w";
+    sha256 = "sha256-v9Fb5dlgIWqXfL9a4GkbGDEzYueyHs8P8R6TSyXDLrc=";
   } else fetchurl {
     url = "https://downloads.plex.tv/plex-media-server-new/${version}/debian/plexmediaserver_${version}_amd64.deb";
-    sha256 = "0r2i4y00pcd6hkrypzmgd03w4vj2hchhicgdy3zdwjmfk3aqs4jf";
+    sha256 = "sha256-jdGVAdvm7kjxTP3CQ5w6dKZbfCRwSy9TrtxRHaV0/cs=";
   };
 
   outputs = [ "out" "basedb" ];