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