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