uhk-agent: 3.0.1 -> 3.0.2
Diff: https://github.com/UltimateHackingKeyboard/agent/compare/v3.0.1...v3.0.2
This commit is contained in:
parent
cd822b4978
commit
f357de8978
@ -1,11 +1,11 @@
|
|||||||
{ appimageTools, lib, fetchurl }:
|
{ appimageTools, lib, fetchurl }:
|
||||||
let
|
let
|
||||||
pname = "uhk-agent";
|
pname = "uhk-agent";
|
||||||
version = "3.0.1";
|
version = "3.0.2";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/UltimateHackingKeyboard/agent/releases/download/v${version}/UHK.Agent-${version}-linux-x86_64.AppImage";
|
url = "https://github.com/UltimateHackingKeyboard/agent/releases/download/v${version}/UHK.Agent-${version}-linux-x86_64.AppImage";
|
||||||
name = "${pname}-${version}.AppImage";
|
name = "${pname}-${version}.AppImage";
|
||||||
sha256 = "sha256-TX7mL6BWAZHZ2W9/BneOt1vxt2slC2Lv6eFWPAgS2a8=";
|
sha256 = "sha256-RrZ2J6bmk8VXVmpUi9bjqQRJBYjGIczMaSEG9aQ4U4I=";
|
||||||
};
|
};
|
||||||
|
|
||||||
appimageContents = appimageTools.extract {
|
appimageContents = appimageTools.extract {
|
||||||
|
Loading…
Reference in New Issue
Block a user