Skip to content

Commit

Permalink
handheld-daemon: 3.3.8 -> 3.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Aug 23, 2024
1 parent 87f0efc commit ff484f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/ha/handheld-daemon/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
}:
python3.pkgs.buildPythonApplication rec {
pname = "handheld-daemon";
version = "3.3.8";
version = "3.3.9";
pyproject = true;

src = fetchFromGitHub {
owner = "hhd-dev";
repo = "hhd";
rev = "refs/tags/v${version}";
hash = "sha256-15vG+e509CEagZ+G9FcfRmsdD8Jex8xUfdvEKlY+FaI=";
hash = "sha256-AsWKwV44XVrInArJjuyCPZBk0vIaPtr+ETjE0nW5r/I=";
};

propagatedBuildInputs = with python3.pkgs; [
Expand Down

0 comments on commit ff484f0

Please sign in to comment.