uhk-agent: 3.2.2 -> 3.3.0

Diff: https://github.com/UltimateHackingKeyboard/agent/compare/v3.2.2...v3.3.0
This commit is contained in:
Nick Cao 2024-01-24 14:28:54 -05:00
parent 0e148322b3
commit 81294f9c6c
No known key found for this signature in database

View File

@ -11,12 +11,12 @@
let
pname = "uhk-agent";
version = "3.2.2";
version = "3.3.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-0kNcpdYktgzIPVvfSitJ5aIuhJvCEcbubumHhW00QUE=";
sha256 = "sha256-jkIuXKTm8imq1U7kbQhK7LkEeI2qz0Gu7rWuDn6Ex+c=";
};
appimageContents = appimageTools.extract {
@ -39,6 +39,10 @@ stdenvNoCC.mkDerivation {
libusb1
];
autoPatchelfIgnoreMissingDeps = [
"libc.musl-x86_64.so.1"
];
installPhase = ''
runHook preInstall