Skip to content

Commit

Permalink
handheld-daemon: 3.8.1 -> 3.9.0 (NixOS#368308)
Browse files Browse the repository at this point in the history
  • Loading branch information
ck3d authored Dec 31, 2024
2 parents 30086ec + e560123 commit 7f6f813
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 @@ -14,14 +14,14 @@
}:
python3Packages.buildPythonApplication rec {
pname = "handheld-daemon";
version = "3.8.1";
version = "3.9.0";
pyproject = true;

src = fetchFromGitHub {
owner = "hhd-dev";
repo = "hhd";
tag = "v${version}";
hash = "sha256-LDZ3z1IZTkqdJ/xli9b65yO9t1Pj6a4F0DrYdOnOgNU=";
hash = "sha256-y3CxdWqQEwdNYs4m1NEUeRjTvvhEpS5S739wyFlluWo=";
};

# This package relies on several programs expected to be on the user's PATH.
Expand Down

0 comments on commit 7f6f813

Please sign in to comment.