plex-pass: 1.41.4.9463 -> 1.41.5.9522

This commit is contained in:
Luke Granger-Brown 2025-03-24 22:48:19 +00:00
parent 1779af0444
commit 7c53929cd1

View file

@ -4,10 +4,10 @@
{ pkgs, ... }:
let
version = "1.41.4.9463-630c9f557";
version = "1.41.5.9522-a96edc606";
src = pkgs.fetchurl {
url = "https://downloads.plex.tv/plex-media-server-new/1.41.4.9463-630c9f557/debian/plexmediaserver_1.41.4.9463-630c9f557_amd64.deb";
hash = "sha256:104imla4kkhniqxf5q0rawq73ypz8cgc2lqnk0ir3w76y0gz055a";
url = "https://downloads.plex.tv/plex-media-server-new/1.41.5.9522-a96edc606/debian/plexmediaserver_1.41.5.9522-a96edc606_amd64.deb";
hash = "sha256:01ci7ah5pky2l66h8vvf1msqfdaad4rn89xnydwinb4fmnqsdcfx";
};
in
(pkgs.plex.override {