tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
0
fork
atom
overview
issues
pulls
pipelines
plex: 1.32.1.6999-91e1e2e2c -> 1.32.2.7100-248a2daf0
Maxine Aubrey
2 years ago
3014fe9e
725e8379
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
servers
plex
raw.nix
+3
-3
pkgs/servers/plex/raw.nix
reviewed
···
12
12
# server, and the FHS userenv and corresponding NixOS module should
13
13
# automatically pick up the changes.
14
14
stdenv.mkDerivation rec {
15
15
-
version = "1.32.1.6999-91e1e2e2c";
15
15
+
version = "1.32.2.7100-248a2daf0";
16
16
pname = "plexmediaserver";
17
17
18
18
# Fetch the source
19
19
src = if stdenv.hostPlatform.system == "aarch64-linux" then fetchurl {
20
20
url = "https://downloads.plex.tv/plex-media-server-new/${version}/debian/plexmediaserver_${version}_arm64.deb";
21
21
-
sha256 = "sha256-gVM4KFRhnvEG1LAJUTdzSyJz3R3WZ8lvy7AbHLTd7XI=";
21
21
+
sha256 = "sha256-bavah27eq+EVDSJaOLzrjbW8zS/0jCDUeifSTewxSec=";
22
22
} else fetchurl {
23
23
url = "https://downloads.plex.tv/plex-media-server-new/${version}/debian/plexmediaserver_${version}_amd64.deb";
24
24
-
sha256 = "sha256-DSwcT67l5u8XNThbWIpdbJOb+vGUXF0u6SQSXyiOhSI=";
24
24
+
sha256 = "sha256-sXIK72mjYvmn5k6g4nxdR794ie78F8bSnRA2oLkF2Vc=";
25
25
};
26
26
27
27
outputs = [ "out" "basedb" ];