Skip to content

Commit 704e576

Browse files
authored
uhk-agent: 4.1.0 -> 5.1.0 (#322940)
2 parents 59aa2db + 9f9c0fc commit 704e576

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/uh/uhk-agent/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212

1313
let
1414
pname = "uhk-agent";
15-
version = "4.1.0";
15+
version = "5.1.0";
1616

1717
src = fetchurl {
1818
url = "https://github.com/UltimateHackingKeyboard/agent/releases/download/v${version}/UHK.Agent-${version}-linux-x86_64.AppImage";
1919
name = "${pname}-${version}.AppImage";
20-
sha256 = "sha256-5VzUSuq+yc8HXSILMg24w/hbwasf4jq0H0wte9Mw+nY=";
20+
sha256 = "sha256-zBDk6eRLMsQVBNuCejstozaxxBboZBhu4X+Ms0buoLU=";
2121
};
2222

2323
appimageContents = appimageTools.extract {

0 commit comments

Comments
 (0)