uhk-agent: 3.2.1 -> 3.2.2

Diff: https://github.com/UltimateHackingKeyboard/agent/compare/v3.2.1...v3.2.2
This commit is contained in:
Nick Cao 2023-12-16 16:07:41 -05:00
parent 1dcae92283
commit 647606a98e
No known key found for this signature in database

View file

@ -11,12 +11,12 @@
let
pname = "uhk-agent";
version = "3.2.1";
version = "3.2.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-qAZ92/iN5E+1KGPs6u9Bb6vLfi0Keog/yOcLtnRD7yc=";
sha256 = "sha256-0kNcpdYktgzIPVvfSitJ5aIuhJvCEcbubumHhW00QUE=";
};
appimageContents = appimageTools.extract {