File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1212# server, and the FHS userenv and corresponding NixOS module should
1313# automatically pick up the changes.
1414stdenv . 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" ] ;
You can’t perform that action at this time.
0 commit comments