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
+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; [