Merge pull request #106090 from mogria/razergenie-v0.9.0

razergenie: 0.8.1 -> 0.9.0
This commit is contained in:
Anderson Torres 2021-01-16 16:25:00 -03:00 committed by GitHub
commit cbf17776a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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