plex: 1.22.1.4228-724c56e62 -> 1.22.1.4275-48e10484b

This commit is contained in:
Niklas 2021-04-02 22:13:03 +02:00 committed by GitHub
parent fbd50b91ea
commit 406ddff091
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,16 +12,16 @@
# server, and the FHS userenv and corresponding NixOS module should
# automatically pick up the changes.
stdenv.mkDerivation rec {
version = "1.22.1.4228-724c56e62";
version = "1.22.1.4275-48e10484b";
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 = "00z42g3hl44aywjc6149jhb3sn13vk617ll1dd1p92344cdgkdr1";
sha256 = "08x5ay0nvsdc2n584bw0vdqxh33wn0mlwyqciwgvwq873jn39j3z";
} else fetchurl {
url = "https://downloads.plex.tv/plex-media-server-new/${version}/debian/plexmediaserver_${version}_amd64.deb";
sha256 = "1pswmvaa893dfxc4kpp12x912zy351f47s79vah2vni3bib4vq47";
sha256 = "1h5pkd7fzqlbvqv25cdppglw651yc3026hnyim5vy1s1s182paws";
};
outputs = [ "out" "basedb" ];