Merge pull request #335032 from r-ryantm/auto-update/handheld-daemon

handheld-daemon: 3.3.7 -> 3.3.8
This commit is contained in:
Nick Cao 2024-08-17 14:43:19 -04:00 committed by GitHub
commit 668fe8c58c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,14 +8,14 @@
}:
python3.pkgs.buildPythonApplication rec {
pname = "handheld-daemon";
version = "3.3.7";
version = "3.3.8";
pyproject = true;
src = fetchFromGitHub {
owner = "hhd-dev";
repo = "hhd";
rev = "refs/tags/v${version}";
hash = "sha256-nRI1YrKBg7J14PQbWLLNaCI9p3v6Yl+Q506EOlSqqVc=";
hash = "sha256-15vG+e509CEagZ+G9FcfRmsdD8Jex8xUfdvEKlY+FaI=";
};
propagatedBuildInputs = with python3.pkgs; [