nix/pkgs/plex-pass: update to 1.21.4.4054
This commit is contained in:
parent
bb5b50588c
commit
0a38f01047
1 changed files with 2 additions and 2 deletions
|
@ -5,10 +5,10 @@
|
|||
{ pkgs, ... }:
|
||||
(pkgs.plex.override {
|
||||
plexRaw = (pkgs.plexRaw.overrideAttrs (oldAttrs: rec {
|
||||
version = "1.21.1.3830-6c22540d5";
|
||||
version = "1.21.4.4054-bab510e86";
|
||||
src = pkgs.fetchurl {
|
||||
url = "https://downloads.plex.tv/plex-media-server-new/${version}/debian/plexmediaserver_${version}_amd64.deb";
|
||||
sha256 = "sha256:0hh9bkbkha0c91kizv8w6wm5l64z303jz7r961w8bpzv93sk3b0m";
|
||||
sha1 = "307c1af0c1db7b873163a7a5a4b729c57497971f";
|
||||
};
|
||||
}));
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue