Skip to content

Commit 1f6d956

Browse files
authored
handheld-daemon: 3.3.11 -> 3.3.12 (#339655)
2 parents 982d032 + 92b0bf0 commit 1f6d956

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ha/handheld-daemon/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
}:
99
python3.pkgs.buildPythonApplication rec {
1010
pname = "handheld-daemon";
11-
version = "3.3.11";
11+
version = "3.3.12";
1212
pyproject = true;
1313

1414
src = fetchFromGitHub {
1515
owner = "hhd-dev";
1616
repo = "hhd";
1717
rev = "refs/tags/v${version}";
18-
hash = "sha256-vjJY9YrULRHEgVIgzwLS5gKfQnbHFKXigU+rlm+BiJQ=";
18+
hash = "sha256-3ne9e1rYjWe8opwOvtP5NJMNbTloWg1kj+JzckpeW1M=";
1919
};
2020

2121
propagatedBuildInputs = with python3.pkgs; [

0 commit comments

Comments
 (0)