nix/pkgs/plex-pass: update version to 1.26.1.5798-99a4a6ac9

This commit is contained in:
deployer@bvm-nixosmgmt.blade.as205479.net 2022-05-17 02:12:24 +00:00
parent 1f5c62ea94
commit 28ac784503

View file

@ -4,10 +4,10 @@
{ pkgs, ... }:
let
version = "1.26.0.5715-8cf78dab3";
version = "1.26.1.5798-99a4a6ac9";
src = pkgs.fetchurl {
url = "https://downloads.plex.tv/plex-media-server-new/${version}/debian/plexmediaserver_${version}_amd64.deb";
hash = "sha256-DQbRobiJwT7Xr4NzKS2iQOszOsd/bS/+kJ4p+QUVXfg=";
hash = "sha256-Chu4IULIvkmfMEV0LSg50i6usZJZI3UWOgCHQakbhaY=";
};
in
(pkgs.plex.override {