handheld-daemon: 3.11.0 -> 3.11.3

This commit is contained in:
R. Ryantm
2025-02-02 19:24:11 +00:00
parent 3d2294753d
commit 67fadd4a52
+2 -2
View File
@@ -16,14 +16,14 @@
}:
python3Packages.buildPythonApplication rec {
pname = "handheld-daemon";
version = "3.11.0";
version = "3.11.3";
pyproject = true;
src = fetchFromGitHub {
owner = "hhd-dev";
repo = "hhd";
tag = "v${version}";
hash = "sha256-MeWNHqHV1LLjBSdeHYmM5594ltINPvt19q8UtWvjUMs=";
hash = "sha256-bnbXw1wmTFmPUTx7vq9hyk3GxW+eiKfSwnqNp6FazCk=";
};
# Handheld-daemon runs some selinux-related utils which are not in nixpkgs.