nix/pkgs/plex-pass: update version to 1.24.0.4930-ab6e1a058
This commit is contained in:
parent
e0d1b75f19
commit
4c8abb0a9a
1 changed files with 2 additions and 2 deletions
|
@ -4,10 +4,10 @@
|
|||
|
||||
{ pkgs, ... }:
|
||||
let
|
||||
version = "1.23.6.4881-e2e58f321";
|
||||
version = "1.24.0.4930-ab6e1a058";
|
||||
src = pkgs.fetchurl {
|
||||
url = "https://downloads.plex.tv/plex-media-server-new/${version}/debian/plexmediaserver_${version}_amd64.deb";
|
||||
hash = "sha256-aTPimIe9FqOsHL8AArHV3eyOdk2dZXG/5uV9rBBExPE=";
|
||||
hash = "sha256-eViScgw+u6o8+z9pHTnhEhjXcPjZXdZUWVkG3RSaO0A=";
|
||||
};
|
||||
in
|
||||
(pkgs.plex.override {
|
||||
|
|
Loading…
Reference in a new issue