handheld-daemon: 3.17.6 -> 3.18.2 (#424649)

This commit is contained in:
Wolfgang Walther
2025-08-14 13:12:07 +00:00
committed by GitHub
+2 -2
View File
@@ -16,14 +16,14 @@
}:
python3Packages.buildPythonApplication rec {
pname = "handheld-daemon";
version = "3.17.6";
version = "3.18.2";
pyproject = true;
src = fetchFromGitHub {
owner = "hhd-dev";
repo = "hhd";
tag = "v${version}";
hash = "sha256-JDTYqVzkdtMwMyMUyc+MABxzEKVsdRuQce9pMS2JnAE=";
hash = "sha256-tU5xDwqmeYFT+2byq2Qo/k29TncPfTQgYZF0JZUe/Iw=";
};
# Handheld-daemon runs some selinux-related utils which are not in nixpkgs.