Merge pull request #101783 from elseym/plex

plex: 1.20.2.3402 -> 1.20.3.3483

authored by

Daiderd Jordan and committed by
GitHub
76dc3ea8 38a394bd

+2 -2
+2 -2
pkgs/servers/plex/raw.nix
··· 8 # server, and the FHS userenv and corresponding NixOS module should 9 # automatically pick up the changes. 10 stdenv.mkDerivation rec { 11 - version = "1.20.2.3402-0fec14d92"; 12 pname = "plexmediaserver"; 13 14 # Fetch the source 15 src = fetchurl { 16 url = "https://downloads.plex.tv/plex-media-server-new/${version}/redhat/plexmediaserver-${version}.x86_64.rpm"; 17 - sha256 = "0vylajkk6424cnxx4kg0yl53pg6w271pp71zgg1f4p2nhkbxd91c"; 18 }; 19 20 outputs = [ "out" "basedb" ];
··· 8 # server, and the FHS userenv and corresponding NixOS module should 9 # automatically pick up the changes. 10 stdenv.mkDerivation rec { 11 + version = "1.20.3.3483-211702a9f"; 12 pname = "plexmediaserver"; 13 14 # Fetch the source 15 src = fetchurl { 16 url = "https://downloads.plex.tv/plex-media-server-new/${version}/redhat/plexmediaserver-${version}.x86_64.rpm"; 17 + sha256 = "0b05mxmvjn2sr0aqy8s2c41gz0vlpmwjwx42jpqddk3qzidvwkbd"; 18 }; 19 20 outputs = [ "out" "basedb" ];