uhk-agent: 4.1.0 -> 5.1.0

This commit is contained in:
R. Ryantm
2025-02-21 18:18:15 +00:00
parent ddac415687
commit 9f9c0fc95f
+2 -2
View File
@@ -12,12 +12,12 @@
let
pname = "uhk-agent";
version = "4.1.0";
version = "5.1.0";
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-5VzUSuq+yc8HXSILMg24w/hbwasf4jq0H0wte9Mw+nY=";
sha256 = "sha256-zBDk6eRLMsQVBNuCejstozaxxBboZBhu4X+Ms0buoLU=";
};
appimageContents = appimageTools.extract {