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

handheld-daemon: 3.3.3 -> 3.3.7
This commit is contained in:
Peder Bergebakken Sundt 2024-08-11 05:24:15 +02:00 committed by GitHub
commit a5c6ec1aaf
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.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; [