nix/pkgs/plex-pass: update to 1.22.2.4282-a97b03fad
This commit is contained in:
parent
a2f95ffba2
commit
bc41ac0d88
1 changed files with 2 additions and 2 deletions
|
@ -4,10 +4,10 @@
|
|||
|
||||
{ pkgs, ... }:
|
||||
let
|
||||
version = "1.21.4.4054-bab510e86";
|
||||
version = "1.22.2.4282-a97b03fad";
|
||||
src = pkgs.fetchurl {
|
||||
url = "https://downloads.plex.tv/plex-media-server-new/${version}/debian/plexmediaserver_${version}_amd64.deb";
|
||||
hash = "sha1-MHwa8MHbe4cxY6elpLcpxXSXlx8=";
|
||||
hash = "sha256-ETyv3g5DMmGz5lAlPJ4mst+ud76oCuOZsZo0e0vYnxM=";
|
||||
};
|
||||
in
|
||||
(pkgs.plex.override {
|
||||
|
|
Loading…
Reference in a new issue