plexRaw: 1.41.5.9522-a96edc606 -> 1.41.6.9685-d301f511a

This commit is contained in:
Ryan Horiguchi 2025-04-13 01:27:23 +02:00 committed by Pascal Bach
parent e2d92e73d7
commit 31180a926e

View File

@ -14,7 +14,7 @@
# server, and the FHS userenv and corresponding NixOS module should # server, and the FHS userenv and corresponding NixOS module should
# automatically pick up the changes. # automatically pick up the changes.
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "1.41.5.9522-a96edc606"; version = "1.41.6.9685-d301f511a";
pname = "plexmediaserver"; pname = "plexmediaserver";
# Fetch the source # Fetch the source
@ -22,12 +22,12 @@ stdenv.mkDerivation rec {
if stdenv.hostPlatform.system == "aarch64-linux" then if stdenv.hostPlatform.system == "aarch64-linux" then
fetchurl { fetchurl {
url = "https://downloads.plex.tv/plex-media-server-new/${version}/debian/plexmediaserver_${version}_arm64.deb"; url = "https://downloads.plex.tv/plex-media-server-new/${version}/debian/plexmediaserver_${version}_arm64.deb";
sha256 = "sha256-ugN1y3V1HE/IBhnvzlOYIL/5LyEa33IRPuj6903vPaA="; sha256 = "sha256-w0xngKbrUVZXA9Hc6/Doq365Kt/sbZmmcHR/sWujVzw=";
} }
else else
fetchurl { fetchurl {
url = "https://downloads.plex.tv/plex-media-server-new/${version}/debian/plexmediaserver_${version}_amd64.deb"; url = "https://downloads.plex.tv/plex-media-server-new/${version}/debian/plexmediaserver_${version}_amd64.deb";
sha256 = "sha256-3bGmsa2OLBt587YnZDNpSjWHdQ1ubwSNocLPW6A6kQU="; sha256 = "sha256-4ZbSGQGdkXCCZZ00w0/BwRHju4DJUQQBGid0gBFK0Ck=";
}; };
outputs = [ outputs = [