nix/pkgs/plex-pass: update version to 1.24.1.4931-1a38e63c6

This commit is contained in:
deployer@localhost 2021-08-24 02:10:55 +00:00
parent b6f2ab0a42
commit c440846823

View file

@ -4,10 +4,10 @@
{ pkgs, ... }:
let
version = "1.24.0.4930-ab6e1a058";
version = "1.24.1.4931-1a38e63c6";
src = pkgs.fetchurl {
url = "https://downloads.plex.tv/plex-media-server-new/${version}/debian/plexmediaserver_${version}_amd64.deb";
hash = "sha256-eViScgw+u6o8+z9pHTnhEhjXcPjZXdZUWVkG3RSaO0A=";
hash = "sha256-C1dWaNhWjrPNnWZYyPcq7Wve0z6IvTknh0HWyySIqiM=";
};
in
(pkgs.plex.override {