handheld-daemon: 4.1.8 -> 4.1.9

This commit is contained in:
R. Ryantm
2026-06-07 15:44:34 +00:00
parent ca14f513f3
commit ab72f58ea4
+2 -2
View File
@@ -16,14 +16,14 @@
}:
python3Packages.buildPythonApplication (finalAttrs: {
pname = "handheld-daemon";
version = "4.1.8";
version = "4.1.9";
pyproject = true;
src = fetchFromGitHub {
owner = "hhd-dev";
repo = "hhd";
tag = "v${finalAttrs.version}";
hash = "sha256-KPjna0yJXXSQBwpRO5b3Fc9C6H14uboJzvQ1LefeXFc=";
hash = "sha256-pzcMIXLZUkSqJuZTujAoKjfPuZgtit4u08wHZPPz8Ss=";
};
# Handheld-daemon runs some selinux-related utils which are not in nixpkgs.