handheld-daemon: 3.3.3 -> 3.3.7

This commit is contained in:
R. Ryantm
2024-08-09 08:49:21 +00:00
parent 93571dd5a0
commit 3cd5264202
+2 -2
View File
@@ -8,14 +8,14 @@
}:
python3.pkgs.buildPythonApplication rec {
pname = "handheld-daemon";
version = "3.3.3";
version = "3.3.7";
pyproject = true;
src = fetchFromGitHub {
owner = "hhd-dev";
repo = "hhd";
rev = "refs/tags/v${version}";
hash = "sha256-n7UtzI4wYVMldDl7FcK9hhIOTl9jkvATGFjR+pV545U=";
hash = "sha256-nRI1YrKBg7J14PQbWLLNaCI9p3v6Yl+Q506EOlSqqVc=";
};
propagatedBuildInputs = with python3.pkgs; [