Merge pull request #66752 from bachp/plex-1.16.4.1469

plex: 1.16.3.1402 -> 1.16.4.1469
This commit is contained in:
Marek Mahut 2019-08-17 23:49:25 +02:00 committed by GitHub
commit 6af48a84d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,14 +8,14 @@
# server, and the FHS userenv and corresponding NixOS module should
# automatically pick up the changes.
stdenv.mkDerivation rec {
version = "1.16.3.1402-22929c8a2";
version = "1.16.4.1469-6d5612c2f";
pname = "plexmediaserver";
name = "${pname}-${version}";
# Fetch the source
src = fetchurl {
url = "https://downloads.plex.tv/plex-media-server-new/${version}/redhat/plexmediaserver-${version}.x86_64.rpm";
sha256 = "0mb5y777mcyn8lv1afyi0xx0afyzjm67ccbbkyhk2j817k9diyg5";
sha256 = "16ifgqsxgpqyd1m0xmwrrv4cic1yccklv1jlv7fhq8wc6vz9l6lx";
};
outputs = [ "out" "basedb" ];