Skip to content

Commit 31180a9

Browse files
rhoriguchibachp
authored andcommitted
plexRaw: 1.41.5.9522-a96edc606 -> 1.41.6.9685-d301f511a
1 parent e2d92e7 commit 31180a9

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
@@ -14,20 +14,20 @@
1414
# server, and the FHS userenv and corresponding NixOS module should
1515
# automatically pick up the changes.
1616
stdenv.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 = [

0 commit comments

Comments
 (0)