handheld-daemon: 2.6.4 -> 2.7.2

This commit is contained in:
Toast 2024-05-06 11:52:09 +02:00
parent 2817a4e0da
commit 742e26325f

View File

@ -9,14 +9,14 @@
}:
python3.pkgs.buildPythonApplication rec {
pname = "handheld-daemon";
version = "2.6.4";
version = "2.7.2";
pyproject = true;
src = fetchFromGitHub {
owner = "hhd-dev";
repo = "hhd";
rev = "v${version}";
hash = "sha256-S77APtE1GGfqnv1IkZdJOSlprPOBtrqVXV60yVMvopg=";
hash = "sha256-jWLL1nmKam1iJ1R1l/OuIp+isgZ7toRhVamx1nOID/8=";
};
propagatedBuildInputs = with python3.pkgs; [