handheld-daemon: 3.13.7 -> 3.15.3

This commit is contained in:
R. Ryantm
2025-04-24 16:18:00 +00:00
parent 94bf536ca0
commit e8044f1f62
+2 -2
View File
@@ -16,14 +16,14 @@
}:
python3Packages.buildPythonApplication rec {
pname = "handheld-daemon";
version = "3.13.7";
version = "3.15.3";
pyproject = true;
src = fetchFromGitHub {
owner = "hhd-dev";
repo = "hhd";
tag = "v${version}";
hash = "sha256-ISUu87Y1Ti6DepDAIMZREz1TkZlGlhkmUWm2zMzvlrM=";
hash = "sha256-O3Pgrb3k891IAmYtYWulosAOxtnIvLd+voEsyYtm/0U=";
};
# Handheld-daemon runs some selinux-related utils which are not in nixpkgs.