summary refs log tree commit diff
path: root/pkgs/servers/plex
diff options
context:
space:
mode:
authorRyan Horiguchi <ryan.horiguchi@gmail.com>2022-01-12 13:52:35 +0100
committerRyan Horiguchi <ryan.horiguchi@gmail.com>2022-01-18 19:13:57 +0100
commitce6f4cb53e8a91959d618777b7dc2f6dc4777340 (patch)
tree20a49a39523be4d3ffc68858f5610be185e376df /pkgs/servers/plex
parent830ea4caa65ad34f163aa8d90a22b1189c6d091f (diff)
downloadnixpkgs-ce6f4cb53e8a91959d618777b7dc2f6dc4777340.tar
nixpkgs-ce6f4cb53e8a91959d618777b7dc2f6dc4777340.tar.gz
nixpkgs-ce6f4cb53e8a91959d618777b7dc2f6dc4777340.tar.bz2
nixpkgs-ce6f4cb53e8a91959d618777b7dc2f6dc4777340.tar.lz
nixpkgs-ce6f4cb53e8a91959d618777b7dc2f6dc4777340.tar.xz
nixpkgs-ce6f4cb53e8a91959d618777b7dc2f6dc4777340.tar.zst
nixpkgs-ce6f4cb53e8a91959d618777b7dc2f6dc4777340.zip
plex: 1.25.2.5319-c43dc0277 -> 1.25.3.5409-f11334058
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 980e6457711..b2a1b78e854 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.2.5319-c43dc0277";
+  version = "1.25.3.5409-f11334058";
   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 = "09kkkyli5fygyvlzqd46jzi0y4jp0a24d92ayvfm95gm3fcxl73x";
+    hash = "sha256-Q0768UxZXSuUm26Ro2XIrw8qoQEWCU23P7EBtbiIa0c=";
   } else fetchurl {
     url = "https://downloads.plex.tv/plex-media-server-new/${version}/debian/plexmediaserver_${version}_amd64.deb";
-    sha256 = "17whd724sjblqxz6d79jb6hrqvkgg5mbh3bh1lr9b8sswa3pxb07";
+    hash = "sha256-TaOvXVeo385vqtv/dYvmQQx8c1K/EMw4MTDucg511Cs=";
   };
 
   outputs = [ "out" "basedb" ];