This commit is contained in:
Vivian 2023-05-24 18:39:28 +02:00
parent 3eb4fa4fb3
commit b2bcab0ab2

View file

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