This commit is contained in:
Vivian 2023-05-24 18:39:28 +02:00
parent 4d1147f49e
commit 4b3ef69ac2

View file

@ -5,7 +5,7 @@ let
(throw "unsupported platform: ${stdenv.hostPlatform.system}") sources; (throw "unsupported platform: ${stdenv.hostPlatform.system}") sources;
in plexRaw.overrideAttrs (attrs: { in plexRaw.overrideAttrs (attrs: {
pname = attrs.pname + "-plexpass"; pname = attrs.pname + "-plexpass";
version = source.version; inherit (source) version;
src = fetchurl { src = fetchurl {
inherit (source) url; inherit (source) url;
sha256 = source.hash; sha256 = source.hash;