{ pkgs, fetchFromGitHub, ... }: let xonePatcher = { xone, fetchFromGitHub }: xone.overrideAttrs ( final: prev: { src = fetchFromGitHub { owner = "manuth"; repo = "xone"; rev = "954fc823fbaa429ad6e1c1a06a4a006598ef35ae"; sha256 = "lsfm7WDXTB6t05AI/pp17yZvkNvnM2WBMUHL1eVO6qw="; }; }); in xonePatcher { inherit fetchFromGitHub; inherit (pkgs.linuxPackages_latest) xone; }