We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddac415 commit 9f9c0fcCopy full SHA for 9f9c0fc
pkgs/by-name/uh/uhk-agent/package.nix
@@ -12,12 +12,12 @@
12
13
let
14
pname = "uhk-agent";
15
- version = "4.1.0";
+ version = "5.1.0";
16
17
src = fetchurl {
18
url = "https://github.com/UltimateHackingKeyboard/agent/releases/download/v${version}/UHK.Agent-${version}-linux-x86_64.AppImage";
19
name = "${pname}-${version}.AppImage";
20
- sha256 = "sha256-5VzUSuq+yc8HXSILMg24w/hbwasf4jq0H0wte9Mw+nY=";
+ sha256 = "sha256-zBDk6eRLMsQVBNuCejstozaxxBboZBhu4X+Ms0buoLU=";
21
};
22
23
appimageContents = appimageTools.extract {
0 commit comments