mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 11:05:14 +00:00
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:
parent
0e148322b3
commit
81294f9c6c
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user