handheld-daemon-ui: 3.4.0 -> 3.4.2 (#543527)

This commit is contained in:
nixpkgs-ci[bot]
2026-07-21 11:43:18 +00:00
committed by GitHub

View File

@@ -5,11 +5,11 @@
}:
let
pname = "handheld-daemon-ui";
version = "3.4.0";
version = "3.4.2";
src = fetchurl {
url = "https://github.com/hhd-dev/hhd-ui/releases/download/v${version}/hhd-ui.Appimage";
hash = "sha256-OeZMh3lC3fluwz1pU3JnLRkwFYiIkthGuclYkOJm430=";
hash = "sha256-91Wa50dJAW6Re1MBperHFoftAPagihUP4fv5cMb+pxI=";
};
extractedFiles = appimageTools.extractType2 { inherit pname version src; };
in