handheld-daemon: 3.18.2 -> 3.18.5 (#434097)

Co-authored-by: toast003 <toast003@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-08-16 02:51:53 +00:00
committed by GitHub
co-authored by toast003
+2 -2
View File
@@ -16,14 +16,14 @@
}:
python3Packages.buildPythonApplication rec {
pname = "handheld-daemon";
version = "3.18.2";
version = "3.18.5";
pyproject = true;
src = fetchFromGitHub {
owner = "hhd-dev";
repo = "hhd";
tag = "v${version}";
hash = "sha256-tU5xDwqmeYFT+2byq2Qo/k29TncPfTQgYZF0JZUe/Iw=";
hash = "sha256-T/0qKHF/BmVtVO19pd4/iqIZP1/G7iayDzHdhjRIA7U=";
};
# Handheld-daemon runs some selinux-related utils which are not in nixpkgs.