uhk-agent: 4.0.1 -> 4.0.2

Diff: https://github.com/UltimateHackingKeyboard/agent/compare/v4.0.1...v4.0.2
This commit is contained in:
Nick Cao 2024-03-05 22:37:07 -05:00
parent 9052a2666b
commit 680f48eaef
No known key found for this signature in database

View File

@ -12,12 +12,12 @@
let
pname = "uhk-agent";
version = "4.0.1";
version = "4.0.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-4N+BjllIMK/dUHL7yEeigOVIO2JyJdqZWGYOoZBMoGg=";
sha256 = "sha256-yx5hOmb1la+vNh8x0PM3edcMn4ojdwzNmGBUg/BH7wE=";
};
appimageContents = appimageTools.extract {