Skip to content

Commit

Permalink
plexRaw: 1.20.5.3600-47c0d9038 -> 1.21.0.3711-b509cc236
Browse files Browse the repository at this point in the history
  • Loading branch information
SamirHafez committed Dec 2, 2020
1 parent fc7f72e commit 68b7bb0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/servers/plex/raw.nix
Expand Up @@ -12,16 +12,16 @@
# server, and the FHS userenv and corresponding NixOS module should
# automatically pick up the changes.
stdenv.mkDerivation rec {
version = "1.20.5.3600-47c0d9038";
version = "1.21.0.3711-b509cc236";
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 = "18zj4baa085gbgc0y5gx7gnwzl131xyk34m5xcipfvfb434y98cp";
sha256 = "0nhxxfcds3byhbz8gsd9107diy182m33xbcc8jgi78hwfadyjj7h";
} else fetchurl {
url = "https://downloads.plex.tv/plex-media-server-new/${version}/debian/plexmediaserver_${version}_amd64.deb";
sha256 = "01rq2q6avjsvnns7jsd2a9vnmd4584fwdkp833gjgrrrqkf6h45y";
sha256 = "0izsmcc337paakz1nqfsr78s097sxyxy3kbs43qpzpx7w5wshynb";
};

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

0 comments on commit 68b7bb0

Please sign in to comment.