We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb259af commit 2fa4c5aCopy full SHA for 2fa4c5a
pkgs/servers/plex/raw.nix
@@ -8,13 +8,13 @@
8
# server, and the FHS userenv and corresponding NixOS module should
9
# automatically pick up the changes.
10
stdenv.mkDerivation rec {
11
- version = "1.19.4.2935-79e214ead";
+ version = "1.19.5.3112-b23ab3896";
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 = "0wzbdr89janyrbilvxrxfvhy02c1j5dsrcyjxnj4ryab0qc4sv04";
+ sha256 = "0lh0yqpp1xyhb3bkc8wqg1afdyvaqhv3bmbyjqalpj2ikkk5lxwk";
18
};
19
20
outputs = [ "out" "basedb" ];
0 commit comments