nix/pkgs/plex-pass: update version to 1.24.4.5081-e362dc1ee
This commit is contained in:
parent
8349aecef1
commit
2c9f1bfefe
1 changed files with 2 additions and 2 deletions
|
@ -4,10 +4,10 @@
|
|||
|
||||
{ pkgs, ... }:
|
||||
let
|
||||
version = "1.24.3.5033-757abe6b4";
|
||||
version = "1.24.4.5081-e362dc1ee";
|
||||
src = pkgs.fetchurl {
|
||||
url = "https://downloads.plex.tv/plex-media-server-new/${version}/debian/plexmediaserver_${version}_amd64.deb";
|
||||
hash = "sha256-PceUnYN8F7TUmvqPG4jd61ClIKmR9rR80fTsDkAM2zI=";
|
||||
hash = "sha256-NVAWuDPMj0Rilh+jaiREXQhy7SlLJNwLz1XWgynwL54=";
|
||||
};
|
||||
in
|
||||
(pkgs.plex.override {
|
||||
|
|
Loading…
Reference in a new issue