nix/pkgs/plex-pass: update version to 1.25.3.5409-f11334058
This commit is contained in:
parent
0917f5eb3e
commit
af848af78c
1 changed files with 2 additions and 2 deletions
|
@ -4,10 +4,10 @@
|
|||
|
||||
{ pkgs, ... }:
|
||||
let
|
||||
version = "1.25.3.5385-f05b712b6";
|
||||
version = "1.25.3.5409-f11334058";
|
||||
src = pkgs.fetchurl {
|
||||
url = "https://downloads.plex.tv/plex-media-server-new/${version}/debian/plexmediaserver_${version}_amd64.deb";
|
||||
hash = "sha256-oUVD/MkGLWar34JTu1WZKs1LN5VIT4l76SjgmivWsd8=";
|
||||
hash = "sha256-TaOvXVeo385vqtv/dYvmQQx8c1K/EMw4MTDucg511Cs=";
|
||||
};
|
||||
in
|
||||
(pkgs.plex.override {
|
||||
|
|
Loading…
Reference in a new issue