handheld-daemon: 3.3.8 -> 3.3.11 (#336888)

This commit is contained in:
Johannes Jöns
2024-09-01 13:34:16 +00:00
committed by GitHub
+2 -2
View File
@@ -8,14 +8,14 @@
}:
python3.pkgs.buildPythonApplication rec {
pname = "handheld-daemon";
version = "3.3.8";
version = "3.3.11";
pyproject = true;
src = fetchFromGitHub {
owner = "hhd-dev";
repo = "hhd";
rev = "refs/tags/v${version}";
hash = "sha256-15vG+e509CEagZ+G9FcfRmsdD8Jex8xUfdvEKlY+FaI=";
hash = "sha256-vjJY9YrULRHEgVIgzwLS5gKfQnbHFKXigU+rlm+BiJQ=";
};
propagatedBuildInputs = with python3.pkgs; [