Merge pull request #308959 from r-ryantm/auto-update/uhk-agent

uhk-agent: 4.0.2 -> 4.1.0
This commit is contained in:
Nick Cao
2024-05-04 09:25:48 -04:00
committed by GitHub
+2 -2
View File
@@ -12,12 +12,12 @@
let
pname = "uhk-agent";
version = "4.0.2";
version = "4.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-yx5hOmb1la+vNh8x0PM3edcMn4ojdwzNmGBUg/BH7wE=";
sha256 = "sha256-5VzUSuq+yc8HXSILMg24w/hbwasf4jq0H0wte9Mw+nY=";
};
appimageContents = appimageTools.extract {