plex-pass: 1.40.0 -> 1.40.1
This commit is contained in:
parent
78aaf62549
commit
acaadfa45f
1 changed files with 3 additions and 3 deletions
|
@ -4,10 +4,10 @@
|
|||
|
||||
{ pkgs, ... }:
|
||||
let
|
||||
version = "1.40.0.7775-456fbaf97";
|
||||
version = "1.40.1.8120-6dc7f7fd8";
|
||||
src = pkgs.fetchurl {
|
||||
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";
|
||||
url = "https://downloads.plex.tv/plex-media-server-new/1.40.1.8120-6dc7f7fd8/debian/plexmediaserver_1.40.1.8120-6dc7f7fd8_amd64.deb";
|
||||
hash = "sha256:1jzjq911izi1k8s33ys9y497drd2n3sxlr3ljvkhlvv6vl92ndvg";
|
||||
};
|
||||
in
|
||||
(pkgs.plex.override {
|
||||
|
|
Loading…
Reference in a new issue