Skip to content

Commit

Permalink
uhk-agent: 3.2.2 -> 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao committed Jan 24, 2024
1 parent 0e14832 commit 81294f9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions pkgs/os-specific/linux/uhk-agent/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -39,6 +39,10 @@ stdenvNoCC.mkDerivation {
libusb1
];

autoPatchelfIgnoreMissingDeps = [
"libc.musl-x86_64.so.1"
];

installPhase = ''
runHook preInstall
Expand Down

0 comments on commit 81294f9

Please sign in to comment.