nix/pkgs/plex-pass: update version to 1.25.1.5286-34f965be8

This commit is contained in:
deployer@localhost 2021-12-08 02:11:08 +00:00
parent 29f7073384
commit 279a5233f9

View file

@ -4,10 +4,10 @@
{ pkgs, ... }:
let
version = "1.25.0.5282-2edd3c44d";
version = "1.25.1.5286-34f965be8";
src = pkgs.fetchurl {
url = "https://downloads.plex.tv/plex-media-server-new/${version}/debian/plexmediaserver_${version}_amd64.deb";
hash = "sha256-BmXAZtja8t03ntgg3/oh9ExCdmeGgh5SC05FPqA5mMo=";
hash = "sha256-MuGBT/NblI3hXl+ZYjlpd4V7QTDgnVnKpkzUeCe/bBU=";
};
in
(pkgs.plex.override {