uhk-agent: 8.0.0 -> 8.0.1 (#462762)

This commit is contained in:
Nick Cao
2025-11-18 20:38:09 +00:00
committed by GitHub
+2 -2
View File
@@ -13,12 +13,12 @@
let
pname = "uhk-agent";
version = "8.0.0";
version = "8.0.1";
src = fetchurl {
url = "https://github.com/UltimateHackingKeyboard/agent/releases/download/v${version}/UHK.Agent-${version}-linux-x86_64.AppImage";
name = "${pname}-${version}.AppImage";
sha256 = "sha256-1XgmGAjLoxJ9ZyeaDSk8UC9fVVwkY83i+DRBRIQz7/M=";
sha256 = "sha256-3oyVz+DG35YlUwsMhp80QRm67FBsLRj0tQXjZH9asI8=";
};
appimageContents = appimageTools.extract {