summary refs log tree commit diff
path: root/pkgs/servers/plex/raw.nix
diff options
context:
space:
mode:
authorRyan Horiguchi <ryan.horiguchi@gmail.com>2022-03-21 22:10:12 +0100
committerRyan Horiguchi <ryan.horiguchi@gmail.com>2022-03-21 22:10:12 +0100
commitd11083e401e9ffe792616b4a4cee076b706db6c8 (patch)
treebe096e433a1c5a2346d7f1af4d4c6516664e3211 /pkgs/servers/plex/raw.nix
parentc2789917a6cbbed245a1ab7a517fd919bac112bc (diff)
downloadnixpkgs-d11083e401e9ffe792616b4a4cee076b706db6c8.tar
nixpkgs-d11083e401e9ffe792616b4a4cee076b706db6c8.tar.gz
nixpkgs-d11083e401e9ffe792616b4a4cee076b706db6c8.tar.bz2
nixpkgs-d11083e401e9ffe792616b4a4cee076b706db6c8.tar.lz
nixpkgs-d11083e401e9ffe792616b4a4cee076b706db6c8.tar.xz
nixpkgs-d11083e401e9ffe792616b4a4cee076b706db6c8.tar.zst
nixpkgs-d11083e401e9ffe792616b4a4cee076b706db6c8.zip
plex: 1.25.6.5577-c8bd13540 -> 1.25.7.5604-980a13e02
Diffstat (limited to 'pkgs/servers/plex/raw.nix')
-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 f46e1c9269e..aec7178281e 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.6.5577-c8bd13540";
+  version = "1.25.7.5604-980a13e02";
   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";
-    hash = "sha256-5z9Yl2pHrIrf9LQ3kzYJc372NeVsrP4dHTJglrh1Nw8=";
+    hash = "sha256-X0KaaX5NvF04pyRHSUeHtXQ+OTv9BK0bzDl1J5C6Vts=";
   } else fetchurl {
     url = "https://downloads.plex.tv/plex-media-server-new/${version}/debian/plexmediaserver_${version}_amd64.deb";
-    hash = "sha256-nPjxknyhJNosXmhtvQVvYlNMBdSug8hhwrsVIEiBCG0=";
+    hash = "sha256-tqpOQDdHBl55jSyonNV7/UjCcx6jY9VdAzh/zBA/CAs=";
   };
 
   outputs = [ "out" "basedb" ];