Skip to content

Commit

Permalink
update plex
Browse files Browse the repository at this point in the history
  • Loading branch information
MayNiklas committed Mar 30, 2024
1 parent 605b2e5 commit ab4e288
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/plex/raw.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@
# server, and the FHS userenv and corresponding NixOS module should
# automatically pick up the changes.
stdenv.mkDerivation rec {
version = "1.32.8.7639-fb6452ebf";
version = "1.40.1.8227-c0dd5a73e";
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 = "sha256-v9Fb5dlgIWqXfL9a4GkbGDEzYueyHs8P8R6TSyXDLrc=";
sha256 = "16gc8fwb29x3l9s263xs9c7nb0i1rzgaps2wlx0cil8bs2a9izz8";
} else fetchurl {
url = "https://downloads.plex.tv/plex-media-server-new/${version}/debian/plexmediaserver_${version}_amd64.deb";
sha256 = "sha256-jdGVAdvm7kjxTP3CQ5w6dKZbfCRwSy9TrtxRHaV0/cs=";
sha256 = "03sx5fvwy2njpfh7k4xvkqscrxnafdvzh42g4hsn2hqxp0bqkl51";
};

outputs = [ "out" "basedb" ];
Expand Down

0 comments on commit ab4e288

Please sign in to comment.