Skip to content

Commit 2fa4c5a

Browse files
committed
plex: 1.19.4.2935 -> 1.19.5.3112
1 parent bb259af commit 2fa4c5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/servers/plex/raw.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
# server, and the FHS userenv and corresponding NixOS module should
99
# automatically pick up the changes.
1010
stdenv.mkDerivation rec {
11-
version = "1.19.4.2935-79e214ead";
11+
version = "1.19.5.3112-b23ab3896";
1212
pname = "plexmediaserver";
1313

1414
# Fetch the source
1515
src = fetchurl {
1616
url = "https://downloads.plex.tv/plex-media-server-new/${version}/redhat/plexmediaserver-${version}.x86_64.rpm";
17-
sha256 = "0wzbdr89janyrbilvxrxfvhy02c1j5dsrcyjxnj4ryab0qc4sv04";
17+
sha256 = "0lh0yqpp1xyhb3bkc8wqg1afdyvaqhv3bmbyjqalpj2ikkk5lxwk";
1818
};
1919

2020
outputs = [ "out" "basedb" ];

0 commit comments

Comments
 (0)