nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

plex: 1.18.3.2156 -> 1.18.4.2171

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