Merge pull request #293290 from NickCao/uhk

uhk-agent: 4.0.0 -> 4.0.1
This commit is contained in:
Nick Cao 2024-03-05 09:19:17 -05:00 committed by GitHub
commit 364f5e4083
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,12 +12,12 @@
let
pname = "uhk-agent";
version = "4.0.0";
version = "4.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-Vf01OANE5mow7ogmzPg0cJgw0fA02DF5SqZ49n9xa5U=";
sha256 = "sha256-4N+BjllIMK/dUHL7yEeigOVIO2JyJdqZWGYOoZBMoGg=";
};
appimageContents = appimageTools.extract {