nix/pkgs/plex-pass: update version to 1.28.0.5999-97678ded3
This commit is contained in:
parent
54ba8ff398
commit
94743c8fa2
1 changed files with 2 additions and 2 deletions
|
@ -4,10 +4,10 @@
|
|||
|
||||
{ pkgs, ... }:
|
||||
let
|
||||
version = "1.27.2.5929-a806c5905";
|
||||
version = "1.28.0.5999-97678ded3";
|
||||
src = pkgs.fetchurl {
|
||||
url = "https://downloads.plex.tv/plex-media-server-new/${version}/debian/plexmediaserver_${version}_amd64.deb";
|
||||
hash = "sha256-AOAeyzbpQhtjGKif3YPZw3CcgYirFpqAH8kX9VLxkpc=";
|
||||
hash = "sha256-RxD0wLZ/Uw0niKZdAfEhDxnf2jZapbrjSjH3XerfTsM=";
|
||||
};
|
||||
in
|
||||
(pkgs.plex.override {
|
||||
|
|
Loading…
Reference in a new issue