handheld-daemon-ui: 3.3.5 -> 3.3.6 (#376559)

Co-authored-by: toast003 <toast003@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-01-25 12:50:59 +00:00
committed by GitHub
co-authored by toast003
@@ -5,11 +5,11 @@
}:
let
pname = "handheld-daemon-ui";
version = "3.3.5";
version = "3.3.6";
src = fetchurl {
url = "https://github.com/hhd-dev/hhd-ui/releases/download/v${version}/hhd-ui.Appimage";
hash = "sha256-g8LB24WxpbsGDFHRI0c80m9XXZghKYiRyuRRoYvb34g=";
hash = "sha256-M9YTP4Q27bqeTD5JhO58ltPDxgMuGAftOXYAGHQNmhc=";
};
extractedFiles = appimageTools.extractType2 { inherit pname version src; };
in