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:
parent
9052a2666b
commit
680f48eaef
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user