nix/pkgs/plex-pass: convert to SRI for nix-update
This commit is contained in:
parent
db82683461
commit
a2f95ffba2
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ let
|
|||
version = "1.21.4.4054-bab510e86";
|
||||
src = pkgs.fetchurl {
|
||||
url = "https://downloads.plex.tv/plex-media-server-new/${version}/debian/plexmediaserver_${version}_amd64.deb";
|
||||
sha1 = "307c1af0c1db7b873163a7a5a4b729c57497971f";
|
||||
hash = "sha1-MHwa8MHbe4cxY6elpLcpxXSXlx8=";
|
||||
};
|
||||
in
|
||||
(pkgs.plex.override {
|
||||
|
|
Loading…
Reference in a new issue