nix/pkgs/plexpass: update to 1.19.4.2902
This commit is contained in:
parent
6f62ebd120
commit
7100a39ee3
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
|||
{ pkgs, ... }:
|
||||
(pkgs.plex.override {
|
||||
plexRaw = (pkgs.plexRaw.overrideAttrs (oldAttrs: rec {
|
||||
version = "1.19.3.2764-ef515a800";
|
||||
version = "1.19.4.2902-69560ce1e";
|
||||
src = pkgs.fetchurl {
|
||||
url = "https://downloads.plex.tv/plex-media-server-new/${version}/redhat/plexmediaserver-${version}.x86_64.rpm";
|
||||
sha256 = "1zdf8wsj7xh6sz8pr3byf0347dv56x633dmf6a6i7mv7kcm7wq45";
|
||||
sha256 = "1aqxjw65sw33phmbjb4h8jrn4cyn1l70fvz0sjliq7wqgh0qczwh";
|
||||
};
|
||||
}));
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue