vial: 0.4.1 -> 0.4.2

This commit is contained in:
Ilan Joselevich 2021-12-30 13:52:39 +02:00
parent c1792db42d
commit 1495b13283

View file

@ -1,12 +1,12 @@
{ lib, fetchurl, appimageTools }:
let
name = "vial-${version}";
version = "0.4.1";
version = "0.4.2";
pname = "Vial";
src = fetchurl {
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; };
@ -24,7 +24,7 @@ appimageTools.wrapType2 {
'';
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";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ kranzes ];