handheld-daemon: 4.1.5 -> 4.1.6

This commit is contained in:
R. Ryantm
2026-02-04 01:25:29 +00:00
parent 41965737c1
commit 6e10880af0
+2 -2
View File
@@ -16,14 +16,14 @@
}:
python3Packages.buildPythonApplication rec {
pname = "handheld-daemon";
version = "4.1.5";
version = "4.1.6";
pyproject = true;
src = fetchFromGitHub {
owner = "hhd-dev";
repo = "hhd";
tag = "v${version}";
hash = "sha256-hjqlaJ4mJ1s9ivN4vTzeOXK4GuBi8799DlSZimWaMFg=";
hash = "sha256-9aEq4zL7bVCV7iJ0f3UOhXJx+Dug/O6bRx0LmDnSr3c=";
};
# Handheld-daemon runs some selinux-related utils which are not in nixpkgs.