summary refs log tree commit diff
path: root/pkgs/servers/plex
diff options
context:
space:
mode:
authorNiklas <44636701+MayNiklas@users.noreply.github.com>2022-05-16 20:06:50 +0200
committerGitHub <noreply@github.com>2022-05-16 20:06:50 +0200
commit810f5b99a41192a49674b77a9edebb16d1013be9 (patch)
treeda797d992eb2a9618da61179cfcd68347f4b3730 /pkgs/servers/plex
parent6323f3ccbaa5bacf5a62244c3ad6fca065f319d4 (diff)
plex: 1.26.0.5715-8cf78dab3 ->1.26.1.5798-99a4a6ac9
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 dc65911a06652..6d7466afd8634 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.26.0.5715-8cf78dab3";
+  version = "1.26.1.5798-99a4a6ac9";
   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-Ou5DlQPk+zAt/wE5Nry4nzLaR1Id6tQdwl73qawig4M=";
+    hash = "sha256-Y2LW7NNdwD4t/R7dHOAEG2mxC4qFV6Z8VUh0APo8QNM=";
   } else fetchurl {
     url = "https://downloads.plex.tv/plex-media-server-new/${version}/debian/plexmediaserver_${version}_amd64.deb";
-    hash = "sha256-DQbRobiJwT7Xr4NzKS2iQOszOsd/bS/+kJ4p+QUVXfg=";
+    hash = "sha256-Chu4IULIvkmfMEV0LSg50i6usZJZI3UWOgCHQakbhaY=";
   };
 
   outputs = [ "out" "basedb" ];