Skip to content

Commit 9357f4f

Browse files
r-ryantmbachp
authored andcommitted
plexRaw: 1.40.5.8921-836b34c27 -> 1.41.0.8992-8463ad060
1 parent 927b67c commit 9357f4f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/servers/plex/raw.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@
1212
# server, and the FHS userenv and corresponding NixOS module should
1313
# automatically pick up the changes.
1414
stdenv.mkDerivation rec {
15-
version = "1.40.5.8921-836b34c27";
15+
version = "1.41.0.8992-8463ad060";
1616
pname = "plexmediaserver";
1717

1818
# Fetch the source
1919
src = if stdenv.hostPlatform.system == "aarch64-linux" then fetchurl {
2020
url = "https://downloads.plex.tv/plex-media-server-new/${version}/debian/plexmediaserver_${version}_arm64.deb";
21-
sha256 = "1jf47mmwvvj4c64ksbvnx3g14x7qn9h08p3xbixha7nk4nhxpqcv";
21+
sha256 = "1hv8bg2cy1s6cn1yp5s75kma5v2fr3dncbslglvpn3srba1xafgz";
2222
} else fetchurl {
2323
url = "https://downloads.plex.tv/plex-media-server-new/${version}/debian/plexmediaserver_${version}_amd64.deb";
24-
sha256 = "0fia2d6gxlxv1my5031wnp3ihc3knfra1yrwadz44khh03zkvxq7";
24+
sha256 = "0gwwlh47rfnayra3k8lwi794wiayl30crjjvzhqkg5zad77lkl4m";
2525
};
2626

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

0 commit comments

Comments
 (0)