nix/pkgs/plex-pass: update to 1.21.1.3830
This commit is contained in:
parent
aa9c1eb17e
commit
9fc4be6a9c
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.0.3616-d87012962";
|
||||
version = "1.21.1.3830-6c22540d5";
|
||||
src = pkgs.fetchurl {
|
||||
url = "https://downloads.plex.tv/plex-media-server-new/${version}/debian/plexmediaserver_${version}_amd64.deb";
|
||||
sha256 = "sha256:16rawj70qlzh3638895826npnpqqvi0qymbh1pagm70dc1m7m3ci";
|
||||
sha256 = "sha256:0hh9bkbkha0c91kizv8w6wm5l64z303jz7r961w8bpzv93sk3b0m";
|
||||
};
|
||||
}));
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue