Merge pull request #67298 from bachp/plex-1.16.5.1488

plex: 1.16.4.1469 -> 1.16.5.1488
This commit is contained in:
Samuel Leathers 2019-08-24 00:39:35 -04:00 committed by GitHub
commit b9db7497a4
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.4.1469-6d5612c2f";
version = "1.16.5.1488-deeb86e7f";
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 = "16ifgqsxgpqyd1m0xmwrrv4cic1yccklv1jlv7fhq8wc6vz9l6lx";
sha256 = "0kgcbq3jfvmigza8a9ak215q2cpi18vh96gx01hppk51m9ibkrwi";
};
outputs = [ "out" "basedb" ];