mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
uhk-agent: 10.0.0 -> 10.1.0
This commit is contained in:
parent
78002cb6bb
commit
8aa5644dd5
1 changed files with 2 additions and 2 deletions
|
|
@ -13,12 +13,12 @@
|
|||
|
||||
let
|
||||
pname = "uhk-agent";
|
||||
version = "10.0.0";
|
||||
version = "10.1.0";
|
||||
|
||||
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-FLEuVTQznDTrzJLKGmpjVechCvBwYQro8I80vYhDJ7c=";
|
||||
sha256 = "sha256-44wjTl2zexRbwB9CMHVl6zPQ238DhsCFtf2yaYyXMgg=";
|
||||
};
|
||||
|
||||
appimageContents = appimageTools.extract {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue