nix/pkgs/plex-pass: update version to 1.25.5.5492-12f6b8c83
This commit is contained in:
parent
43f62d224f
commit
e14cfe989c
1 changed files with 2 additions and 2 deletions
|
@ -4,10 +4,10 @@
|
|||
|
||||
{ pkgs, ... }:
|
||||
let
|
||||
version = "1.25.4.5487-648a8f9f9";
|
||||
version = "1.25.5.5492-12f6b8c83";
|
||||
src = pkgs.fetchurl {
|
||||
url = "https://downloads.plex.tv/plex-media-server-new/${version}/debian/plexmediaserver_${version}_amd64.deb";
|
||||
hash = "sha256-eDrtukVP5PQqgh1UBgXdpRkotrGQlLisCrP0XF1iVXw=";
|
||||
hash = "sha256-8n9UFXm+UtPrpoSktU7cjgDIssT9PpGbTk2TRGfn48I=";
|
||||
};
|
||||
in
|
||||
(pkgs.plex.override {
|
||||
|
|
Loading…
Reference in a new issue