mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
plexRaw: 1.41.7.9799-5bce000f7 -> 1.41.7.9823-59f304c16
This commit is contained in:
parent
8355f8e056
commit
c7c6a3a73e
1 changed files with 3 additions and 3 deletions
|
@ -14,7 +14,7 @@
|
|||
# server, and the FHS userenv and corresponding NixOS module should
|
||||
# automatically pick up the changes.
|
||||
stdenv.mkDerivation rec {
|
||||
version = "1.41.7.9799-5bce000f7";
|
||||
version = "1.41.7.9823-59f304c16";
|
||||
pname = "plexmediaserver";
|
||||
|
||||
# Fetch the source
|
||||
|
@ -22,12 +22,12 @@ stdenv.mkDerivation rec {
|
|||
if stdenv.hostPlatform.system == "aarch64-linux" then
|
||||
fetchurl {
|
||||
url = "https://downloads.plex.tv/plex-media-server-new/${version}/debian/plexmediaserver_${version}_arm64.deb";
|
||||
sha256 = "0pzyzgp6w04zrc8wxdkna939wmb7f64wklqlar0bb6g0270hx40v";
|
||||
sha256 = "1gnrb3kc9l7rvbs1yb1640f4csvwdp0kpabhgbq7ql55yk1rcfg8";
|
||||
}
|
||||
else
|
||||
fetchurl {
|
||||
url = "https://downloads.plex.tv/plex-media-server-new/${version}/debian/plexmediaserver_${version}_amd64.deb";
|
||||
sha256 = "1p26cgzds3h229npp839fll5wdvz29z580xh34mws2ayq25lk796";
|
||||
sha256 = "1r73w7bgpv5nabi8w5fh8np8ghny308s574izmr1damcczz5d0z2";
|
||||
};
|
||||
|
||||
outputs = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue