Unverified Commit ba2b7b45 authored by h7x4's avatar h7x4 Committed by GitHub
Browse files

handheld-daemon: 3.3.12 -> 3.3.15 (#342047)

parents 2817f074 b993f628
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,14 +8,14 @@
}:
python3.pkgs.buildPythonApplication rec {
  pname = "handheld-daemon";
  version = "3.3.12";
  version = "3.3.15";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "hhd-dev";
    repo = "hhd";
    rev = "refs/tags/v${version}";
    hash = "sha256-3ne9e1rYjWe8opwOvtP5NJMNbTloWg1kj+JzckpeW1M=";
    hash = "sha256-NniHOxe77hBHn81pVtlaSeIK+Hp+Lw3xBHolO6Acbho=";
  };

  propagatedBuildInputs = with python3.pkgs; [