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 1414# server, and the FHS userenv and corresponding NixOS module should
1515# automatically pick up the changes.
1616stdenv . mkDerivation rec {
17- version = "1.41.5.9522-a96edc606 " ;
17+ version = "1.41.6.9685-d301f511a " ;
1818 pname = "plexmediaserver" ;
1919
2020 # Fetch the source
2121 src =
2222 if stdenv . hostPlatform . system == "aarch64-linux" then
2323 fetchurl {
2424 url = "https://downloads.plex.tv/plex-media-server-new/${ version } /debian/plexmediaserver_${ version } _arm64.deb" ;
25- sha256 = "sha256-ugN1y3V1HE/IBhnvzlOYIL/5LyEa33IRPuj6903vPaA =" ;
25+ sha256 = "sha256-w0xngKbrUVZXA9Hc6/Doq365Kt/sbZmmcHR/sWujVzw =" ;
2626 }
2727 else
2828 fetchurl {
2929 url = "https://downloads.plex.tv/plex-media-server-new/${ version } /debian/plexmediaserver_${ version } _amd64.deb" ;
30- sha256 = "sha256-3bGmsa2OLBt587YnZDNpSjWHdQ1ubwSNocLPW6A6kQU =" ;
30+ sha256 = "sha256-4ZbSGQGdkXCCZZ00w0/BwRHju4DJUQQBGid0gBFK0Ck =" ;
3131 } ;
3232
3333 outputs = [
You can’t perform that action at this time.
0 commit comments