mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 06:45:54 +03:00
commit
ed6414333d
@ -1,12 +1,12 @@
|
|||||||
{ lib, fetchurl, appimageTools }:
|
{ lib, fetchurl, appimageTools }:
|
||||||
let
|
let
|
||||||
name = "vial-${version}";
|
name = "vial-${version}";
|
||||||
version = "0.4.1";
|
version = "0.4.2";
|
||||||
pname = "Vial";
|
pname = "Vial";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/vial-kb/vial-gui/releases/download/v${version}/${pname}-v${version}-x86_64.AppImage";
|
url = "https://github.com/vial-kb/vial-gui/releases/download/v${version}/${pname}-v${version}-x86_64.AppImage";
|
||||||
sha256 = "sha256-aN0wvgahWPNSXP/JmV1JWaEnARIOTyRdz1ko6eC7Y5s=";
|
sha256 = "sha256-T3aSwv/qTJHR/Fa6qU1fWbp3duvny4lC+9jBwQzpw2w=";
|
||||||
};
|
};
|
||||||
|
|
||||||
appimageContents = appimageTools.extractType2 { inherit name src; };
|
appimageContents = appimageTools.extractType2 { inherit name src; };
|
||||||
@ -24,7 +24,7 @@ appimageTools.wrapType2 {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "An Open-source cross-platform (Windows, Linux and Mac) GUI and a QMK fork for configuring your keyboard in real time";
|
description = "An Open-source QMK GUI fork for configuring your keyboard in real time";
|
||||||
homepage = "https://get.vial.today";
|
homepage = "https://get.vial.today";
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
maintainers = with maintainers; [ kranzes ];
|
maintainers = with maintainers; [ kranzes ];
|
||||||
|
Loading…
Reference in New Issue
Block a user