Unverified Commit 8397e0fb authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

handheld-daemon: 3.12.2 -> 3.13.4 (#386251)

parents 695cae92 36e2528f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,14 +16,14 @@
}:
python3Packages.buildPythonApplication rec {
  pname = "handheld-daemon";
  version = "3.12.2";
  version = "3.13.4";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "hhd-dev";
    repo = "hhd";
    tag = "v${version}";
    hash = "sha256-NgCuH3Q/ek3FkIMRwrW5U8n4hd16SiYuIFv3v/WNmmI=";
    hash = "sha256-eYC5iUbXnuJH8wk8okXRgwBjyI//xkgDnJeU+j4QV4g=";
  };

  # Handheld-daemon runs some selinux-related utils which are not in nixpkgs.