nix/pkgs/plex-pass: update version to 1.25.7.5604-980a13e02

This commit is contained in:
deployer@bvm-nixosmgmt.blade.as205479.net 2022-03-17 02:10:56 +00:00
parent 037c6f0fd8
commit b4b3484e6c

View file

@ -4,10 +4,10 @@
{ pkgs, ... }:
let
version = "1.25.6.5577-c8bd13540";
version = "1.25.7.5604-980a13e02";
src = pkgs.fetchurl {
url = "https://downloads.plex.tv/plex-media-server-new/${version}/debian/plexmediaserver_${version}_amd64.deb";
hash = "sha256-nPjxknyhJNosXmhtvQVvYlNMBdSug8hhwrsVIEiBCG0=";
hash = "sha256-tqpOQDdHBl55jSyonNV7/UjCcx6jY9VdAzh/zBA/CAs=";
};
in
(pkgs.plex.override {