handheld-daemon: 3.15.10 -> 3.17.6

This commit is contained in:
R. Ryantm 2025-07-02 23:30:14 +00:00
parent 51e8f407be
commit 62531cd52c

View File

@ -16,14 +16,14 @@
}:
python3Packages.buildPythonApplication rec {
pname = "handheld-daemon";
version = "3.15.10";
version = "3.17.6";
pyproject = true;
src = fetchFromGitHub {
owner = "hhd-dev";
repo = "hhd";
tag = "v${version}";
hash = "sha256-VlFcozpW6JQs1jsit6cE3pOZLqJR4IS6nmNDqeTygKo=";
hash = "sha256-JDTYqVzkdtMwMyMUyc+MABxzEKVsdRuQce9pMS2JnAE=";
};
# Handheld-daemon runs some selinux-related utils which are not in nixpkgs.