nix/pkgs/plex-pass: update version to 1.27.0.5897-3940636f2
This commit is contained in:
parent
bd2be7196a
commit
e34613707b
1 changed files with 2 additions and 2 deletions
|
@ -4,10 +4,10 @@
|
||||||
|
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
let
|
let
|
||||||
version = "1.26.2.5797-5bd057d2b";
|
version = "1.27.0.5897-3940636f2";
|
||||||
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-TbjRItXTJPZXwiNV3RFzAAC/AiFqXd9JNM6QEdPF2CI=";
|
hash = "sha256-d4ppD2wAgavbY1sUgfQNZSbF3o19ePi3aQUodmWtNoU=";
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
(pkgs.plex.override {
|
(pkgs.plex.override {
|
||||||
|
|
Loading…
Reference in a new issue