nix/pkgs/plex-pass: update version to 1.28.2.6151-914ddd2b3
This commit is contained in:
parent
e3dec3bd36
commit
c1064daf09
1 changed files with 2 additions and 2 deletions
|
@ -4,10 +4,10 @@
|
|||
|
||||
{ pkgs, ... }:
|
||||
let
|
||||
version = "1.28.2.6106-44a5bbd28";
|
||||
version = "1.28.2.6151-914ddd2b3";
|
||||
src = pkgs.fetchurl {
|
||||
url = "https://downloads.plex.tv/plex-media-server-new/${version}/debian/plexmediaserver_${version}_amd64.deb";
|
||||
hash = "sha256-cJf15SLO2PNS8Okhod4/lftf987NPcxX8lX5sxUGIEY=";
|
||||
hash = "sha256-J8sQ/fLz00Tiy5ka+M9JIXbQUzIfGBvofiGX7stWf84=";
|
||||
};
|
||||
in
|
||||
(pkgs.plex.override {
|
||||
|
|
Loading…
Reference in a new issue