handheld-daemon-ui: 3.3.7 -> 3.3.11

This commit is contained in:
R. Ryantm 2025-07-08 04:44:21 +00:00
parent e6e45d9aa6
commit 9b70c06924

View File

@ -5,11 +5,11 @@
}:
let
pname = "handheld-daemon-ui";
version = "3.3.7";
version = "3.3.11";
src = fetchurl {
url = "https://github.com/hhd-dev/hhd-ui/releases/download/v${version}/hhd-ui.Appimage";
hash = "sha256-+Rahmj+Y50NPXyeHdI9iXAe8FX9Gq5b4vQQBkzD6+ms=";
hash = "sha256-GHDL6VK1lD1ZpLRD1qAY87AQ8zfHVSP1nIocDTT+HZw=";
};
extractedFiles = appimageTools.extractType2 { inherit pname version src; };
in