summary refs log tree commit diff
path: root/pkgs/servers/plex/raw.nix
diff options
context:
space:
mode:
authorNiklas <44636701+MayNiklas@users.noreply.github.com>2022-04-22 15:25:01 +0200
committerGitHub <noreply@github.com>2022-04-22 15:25:01 +0200
commita5b0d262a4ef38046dae83c75ffeb04ff0132373 (patch)
tree6b8bea1c80b6bbd582cf8c4f3ec4dc8d28e9328e /pkgs/servers/plex/raw.nix
parentdaac04325706fe506e576b1d6e7405367c386e11 (diff)
downloadnixpkgs-a5b0d262a4ef38046dae83c75ffeb04ff0132373.tar
nixpkgs-a5b0d262a4ef38046dae83c75ffeb04ff0132373.tar.gz
nixpkgs-a5b0d262a4ef38046dae83c75ffeb04ff0132373.tar.bz2
nixpkgs-a5b0d262a4ef38046dae83c75ffeb04ff0132373.tar.lz
nixpkgs-a5b0d262a4ef38046dae83c75ffeb04ff0132373.tar.xz
nixpkgs-a5b0d262a4ef38046dae83c75ffeb04ff0132373.tar.zst
nixpkgs-a5b0d262a4ef38046dae83c75ffeb04ff0132373.zip
plex: 1.25.9.5721-965587f64 -> 1.26.0.5715-8cf78dab3
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 520a7317c4a..dc65911a066 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.9.5721-965587f64";
+  version = "1.26.0.5715-8cf78dab3";
   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-qD4VZ0ksR+VyBVVjeSCC2EG+uUHh5RE2fihHrIJUItY=";
+    hash = "sha256-Ou5DlQPk+zAt/wE5Nry4nzLaR1Id6tQdwl73qawig4M=";
   } else fetchurl {
     url = "https://downloads.plex.tv/plex-media-server-new/${version}/debian/plexmediaserver_${version}_amd64.deb";
-    hash = "sha256-NPfpQ8JwXDaq8xpvSabyqdDqMWjoqbeoJdu41nhdsI0=";
+    hash = "sha256-DQbRobiJwT7Xr4NzKS2iQOszOsd/bS/+kJ4p+QUVXfg=";
   };
 
   outputs = [ "out" "basedb" ];