Common: override handheld-daemon source

This commit is contained in:
Toast 2024-01-25 09:25:19 +01:00
parent 8fad5e1f92
commit 9f79cc1890

View file

@ -79,6 +79,14 @@
"grub"
];
};
handheld-daemon = prev.handheld-daemon.overridePythonAttrs {
src = pkgs.fetchFromGitHub {
owner = "hhd-dev";
repo = "hhd";
rev = "d50e59afb0180a70cb9ff4204fe589032e6b082f";
hash = "sha256-DczxvbHvTle84sDIJgYfVTMHQqTAXmiEiFa5/L1A++o=";
};
};
}
)
];