Merge pull request #224567 from NickCao/agent

uhk-agent: 2.1.1 -> 2.1.2
This commit is contained in:
Nick Cao 2023-04-08 15:11:12 +08:00 committed by GitHub
commit 66ac047c2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,11 +1,11 @@
{ appimageTools, lib, fetchurl, polkit, udev }:
{ appimageTools, lib, fetchurl }:
let
pname = "uhk-agent";
version = "2.1.1";
version = "2.1.2";
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-NhDHwQeh+zbA7XykriSMaygNm1SorMd+yy/m6sPgAhg=";
sha256 = "sha256-G/UT1ec7rWl8xONZnT+dpHAFOQh6/s0Vq7MTqAcmJSA=";
};
appimageContents = appimageTools.extract {