nix/pkgs/plex-pass: update version to 1.24.1.4931-1a38e63c6
This commit is contained in:
parent
b6f2ab0a42
commit
c440846823
1 changed files with 2 additions and 2 deletions
|
@ -4,10 +4,10 @@
|
||||||
|
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
let
|
let
|
||||||
version = "1.24.0.4930-ab6e1a058";
|
version = "1.24.1.4931-1a38e63c6";
|
||||||
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-eViScgw+u6o8+z9pHTnhEhjXcPjZXdZUWVkG3RSaO0A=";
|
hash = "sha256-C1dWaNhWjrPNnWZYyPcq7Wve0z6IvTknh0HWyySIqiM=";
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
(pkgs.plex.override {
|
(pkgs.plex.override {
|
||||||
|
|
Loading…
Reference in a new issue