plex-pass: update to debian, 1.21.0.3616
This commit is contained in:
parent
cf3f6e7a7d
commit
185ef2a819
1 changed files with 3 additions and 3 deletions
|
@ -5,10 +5,10 @@
|
|||
{ pkgs, ... }:
|
||||
(pkgs.plex.override {
|
||||
plexRaw = (pkgs.plexRaw.overrideAttrs (oldAttrs: rec {
|
||||
version = "1.20.1.3252-a78fef9a9";
|
||||
version = "1.21.0.3616-d87012962";
|
||||
src = pkgs.fetchurl {
|
||||
url = "https://downloads.plex.tv/plex-media-server-new/1.20.1.3252-a78fef9a9/redhat/plexmediaserver-1.20.1.3252-a78fef9a9.x86_64.rpm";
|
||||
sha256 = "0z50c6kgsxz1pj8d65ibliqd4xbkwjlmim76j8rjid3amhj50jmx";
|
||||
url = "https://downloads.plex.tv/plex-media-server-new/${version}/debian/plexmediaserver_${version}_amd64.deb";
|
||||
sha256 = "sha256:16rawj70qlzh3638895826npnpqqvi0qymbh1pagm70dc1m7m3ci";
|
||||
};
|
||||
}));
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue