plex-pass: 1.40.5 -> 1.41.3
This commit is contained in:
parent
08252a696e
commit
edf34acfb2
1 changed files with 3 additions and 3 deletions
|
@ -4,10 +4,10 @@
|
|||
|
||||
{ pkgs, ... }:
|
||||
let
|
||||
version = "1.40.5.8921-836b34c27";
|
||||
version = "1.41.3.9314-a0bfb8370";
|
||||
src = pkgs.fetchurl {
|
||||
url = "https://downloads.plex.tv/plex-media-server-new/1.40.5.8921-836b34c27/debian/plexmediaserver_1.40.5.8921-836b34c27_amd64.deb";
|
||||
hash = "sha256:0fia2d6gxlxv1my5031wnp3ihc3knfra1yrwadz44khh03zkvxq7";
|
||||
url = "https://downloads.plex.tv/plex-media-server-new/1.41.3.9314-a0bfb8370/debian/plexmediaserver_1.41.3.9314-a0bfb8370_amd64.deb";
|
||||
hash = "sha256:0cpwpig0wmb8p6d3l1izp06dyv5ry2qd7vjq7d6dn080099pmvcj";
|
||||
};
|
||||
in
|
||||
(pkgs.plex.override {
|
||||
|
|
Loading…
Reference in a new issue