Skip to content

Commit

Permalink
plexRaw: 1.41.3.9292-bc7397402 -> 1.41.3.9314-a0bfb8370
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and bachp committed Dec 28, 2024
1 parent 8fb763e commit 7bd3a28
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/servers/plex/raw.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,20 @@
# server, and the FHS userenv and corresponding NixOS module should
# automatically pick up the changes.
stdenv.mkDerivation rec {
version = "1.41.3.9292-bc7397402";
version = "1.41.3.9314-a0bfb8370";
pname = "plexmediaserver";

# Fetch the source
src =
if stdenv.hostPlatform.system == "aarch64-linux" then
fetchurl {
url = "https://downloads.plex.tv/plex-media-server-new/${version}/debian/plexmediaserver_${version}_arm64.deb";
sha256 = "0xbkd8iplvzgm0jqgz6ncxwx0bhdkm0208z22cpjh1ynjqx5lvkq";
sha256 = "0dx39rx2n5z29c8bsdza3fpz6dxz9w2f0ay4x9j6x4aqflrcql1i";
}
else
fetchurl {
url = "https://downloads.plex.tv/plex-media-server-new/${version}/debian/plexmediaserver_${version}_amd64.deb";
sha256 = "1a18xfc69yk99hw3q3nv4ibmgq6whk3ywwfq5r91v8fsb7l9cf58";
sha256 = "0cpwpig0wmb8p6d3l1izp06dyv5ry2qd7vjq7d6dn080099pmvcj";
};

outputs = [
Expand Down

0 comments on commit 7bd3a28

Please sign in to comment.