summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormaxine <35892750+maxeaubrey@users.noreply.github.com>2023-01-13 10:39:36 +0100
committerGitHub <noreply@github.com>2023-01-13 10:39:36 +0100
commit65a73bf9ef8e7cdc6e781d4503e7959d910d3055 (patch)
treed43d77d7881273fe1c48c91ee17214579e1ce6e8
parent67370960f7c691930db451bfca0b4ab8a5c051c6 (diff)
parente8878d4ebc1e14d5b5f3c0ea4a4d350c95bd8491 (diff)
Merge pull request #210331 from rhoriguchi/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 1bb3b0d0103d..c7d1ec7f36e2 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.30.0.6486-629d58034";
+ version = "1.30.1.6562-915986d62";
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 = "sha256-7blNvNx18sazfff6yIlRXp9vKWiRVISccx/8wjxWz34=";
+ sha256 = "sha256-fUt8fh4jeZiUbDoc8ivuSpx0Hf4ShYYcfJUJjU+GCxQ=";
} else fetchurl {
url = "https://downloads.plex.tv/plex-media-server-new/${version}/debian/plexmediaserver_${version}_amd64.deb";
- sha256 = "sha256-ol0WSYwk0Cmz6xJYe3mqaPDjgi4VPiH+vHnP0BIwVBU=";
+ sha256 = "sha256-ho/r/ouaFsdCH0xcFuy4TWamu0c/ZBZDJO6cYQK/pW0=";
};
outputs = [ "out" "basedb" ];