chore(deps): update renovate/renovate docker tag to v37.68.4 #218

Open
renovate wants to merge 1976 commits from renovate/renovate-renovate-37.x into main
Showing only changes of commit 4b3ef69ac2 - Show all commits

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;