plex-pass: 1.32.7 -> 1.40.0
This commit is contained in:
parent
ed098f984f
commit
b3cd894f7c
1 changed files with 3 additions and 3 deletions
|
@ -4,10 +4,10 @@
|
|||
|
||||
{ pkgs, ... }:
|
||||
let
|
||||
version = "1.32.7.7571-13cdc68dc";
|
||||
version = "1.40.0.7775-456fbaf97";
|
||||
src = pkgs.fetchurl {
|
||||
url = "https://downloads.plex.tv/plex-media-server-new/1.32.7.7571-13cdc68dc/debian/plexmediaserver_1.32.7.7571-13cdc68dc_amd64.deb";
|
||||
hash = "sha256:1cak9p3x5p1yh76f0zfqhvymi6r0bm877gssrl7c7y42k3984xcz";
|
||||
url = "https://downloads.plex.tv/plex-media-server-new/1.40.0.7775-456fbaf97/debian/plexmediaserver_1.40.0.7775-456fbaf97_amd64.deb";
|
||||
hash = "sha256:0zkz2w2rjngkdamsdp10j1gxd197kqrlqdm6z0sfvnzf7zvlr7v6";
|
||||
};
|
||||
in
|
||||
(pkgs.plex.override {
|
||||
|
|
Loading…
Reference in a new issue