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