nix/pkgs/plex-pass: update version to 1.27.1.5916-6b0e31a64
This commit is contained in:
parent
dd10a6ba6b
commit
2c04359cfe
1 changed files with 2 additions and 2 deletions
|
@ -4,10 +4,10 @@
|
|||
|
||||
{ pkgs, ... }:
|
||||
let
|
||||
version = "1.27.0.5897-3940636f2";
|
||||
version = "1.27.1.5916-6b0e31a64";
|
||||
src = pkgs.fetchurl {
|
||||
url = "https://downloads.plex.tv/plex-media-server-new/${version}/debian/plexmediaserver_${version}_amd64.deb";
|
||||
hash = "sha256-d4ppD2wAgavbY1sUgfQNZSbF3o19ePi3aQUodmWtNoU=";
|
||||
hash = "sha256-lIgoeXq4o33yScjsttHekshYSeoe70dqUnXiH8Gcr2w=";
|
||||
};
|
||||
in
|
||||
(pkgs.plex.override {
|
||||
|
|
Loading…
Reference in a new issue