handheld-daemon: 3.2.1 -> 3.3.3

This commit is contained in:
R. Ryantm 2024-07-28 09:27:39 +00:00
parent c135d5e191
commit 7347ab1697

View File

@ -8,14 +8,14 @@
}:
python3.pkgs.buildPythonApplication rec {
pname = "handheld-daemon";
version = "3.2.1";
version = "3.3.3";
pyproject = true;
src = fetchFromGitHub {
owner = "hhd-dev";
repo = "hhd";
rev = "refs/tags/v${version}";
hash = "sha256-oRmaF9ciULhN6Rvig34Ibtn4w7fcb/ulRXcApQ+QLWs=";
hash = "sha256-n7UtzI4wYVMldDl7FcK9hhIOTl9jkvATGFjR+pV545U=";
};
propagatedBuildInputs = with python3.pkgs; [