uhk-agent: 4.0.0 -> 4.0.1

Diff: https://github.com/UltimateHackingKeyboard/agent/compare/v4.0.0...v4.0.1
This commit is contained in:
Nick Cao 2024-03-04 11:25:42 -05:00
parent e3506ff14e
commit 2db7219679
No known key found for this signature in database

View File

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