razergenie: 0.8.1 -> 0.9.0

Upstream released a new version in september with new matrix layout
features & some fixes.
This commit is contained in:
mogria 2020-12-06 20:42:56 +01:00
parent 064b322c35
commit e922efa23e

View file

@ -5,7 +5,7 @@
}:
let
version = "0.8.1";
version = "0.9.0";
pname = "razergenie";
in stdenv.mkDerivation {
@ -15,7 +15,7 @@ in stdenv.mkDerivation {
owner = "z3ntu";
repo = "RazerGenie";
rev = "v${version}";
sha256 = "1ggxnaidxbbpkv1h3zwwyci6886sssgslk5adbikbhz9kc9qg239";
sha256 = "17xlv26q8sdbav00wdm043449pg2424l3yaf8fvkc9rrlqkv13a4";
};
nativeBuildInputs = [
@ -35,7 +35,7 @@ in stdenv.mkDerivation {
homepage = "https://github.com/z3ntu/RazerGenie";
description = "Qt application for configuring your Razer devices under GNU/Linux";
license = licenses.gpl3;
maintainers = with maintainers; [ f4814n ];
maintainers = with maintainers; [ f4814n Mogria ];
platforms = platforms.linux;
};
}