Merge pull request #65028 from elseym/plex

plex: 1.16.1.1291 -> 1.16.2.1321
This commit is contained in:
Franz Pletz 2019-07-18 16:11:48 +00:00 committed by GitHub
commit b981645c81
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.1.1291-158e5b199";
version = "1.16.2.1321-ad17d5f9e";
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 = "0abmky8xvmmwvmpcxx7szdwlq07xb43sbvbv3k72y1yha0nsdqhp";
sha256 = "0h3qw563fa296crbcnarykk3lq7qp1v4znzzylbmy87li1rd77a9";
};
outputs = [ "out" "basedb" ];