uhk-agent: 3.1.0 -> 3.2.0
Diff: https://github.com/UltimateHackingKeyboard/agent/compare/v3.1.0...v3.2.0
This commit is contained in:
parent
9fafbb63c7
commit
68627cc565
1 changed files with 2 additions and 2 deletions
|
@ -11,12 +11,12 @@
|
||||||
|
|
||||||
let
|
let
|
||||||
pname = "uhk-agent";
|
pname = "uhk-agent";
|
||||||
version = "3.1.0";
|
version = "3.2.0";
|
||||||
|
|
||||||
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-KFuB1cbrEDfqeRyrhXZs4ClhdIjZqIT5a+rnvdi3kpA=";
|
sha256 = "sha256-YMm84jKtWz5DeGJhBlmo2hlIy4iarEvWylgAWY/itII=";
|
||||||
};
|
};
|
||||||
|
|
||||||
appimageContents = appimageTools.extract {
|
appimageContents = appimageTools.extract {
|
||||||
|
|
Loading…
Reference in a new issue