nix/pkgs/plex-pass: update version to 1.24.2.4973-2b1b51db9
This commit is contained in:
parent
3f184e6323
commit
1a75721707
1 changed files with 2 additions and 2 deletions
|
@ -4,10 +4,10 @@
|
||||||
|
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
let
|
let
|
||||||
version = "1.24.1.4931-1a38e63c6";
|
version = "1.24.2.4973-2b1b51db9";
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "https://downloads.plex.tv/plex-media-server-new/${version}/debian/plexmediaserver_${version}_amd64.deb";
|
url = "https://downloads.plex.tv/plex-media-server-new/${version}/debian/plexmediaserver_${version}_amd64.deb";
|
||||||
hash = "sha256-C1dWaNhWjrPNnWZYyPcq7Wve0z6IvTknh0HWyySIqiM=";
|
hash = "sha256-fGpcdtDw93nJQyQOv7jWaUwkpzn8GnfAps+9L1RZM1U=";
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
(pkgs.plex.override {
|
(pkgs.plex.override {
|
||||||
|
|
Loading…
Reference in a new issue