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

razergenie: 0.8.1 -> 0.9.0

authored by Anderson Torres and committed by GitHub cbf17776 fe0b3800

+3 -3
+3 -3
pkgs/applications/misc/razergenie/default.nix
··· 5 5 }: 6 6 7 7 let 8 - version = "0.8.1"; 8 + version = "0.9.0"; 9 9 pname = "razergenie"; 10 10 11 11 in stdenv.mkDerivation { ··· 15 15 owner = "z3ntu"; 16 16 repo = "RazerGenie"; 17 17 rev = "v${version}"; 18 - sha256 = "1ggxnaidxbbpkv1h3zwwyci6886sssgslk5adbikbhz9kc9qg239"; 18 + sha256 = "17xlv26q8sdbav00wdm043449pg2424l3yaf8fvkc9rrlqkv13a4"; 19 19 }; 20 20 21 21 nativeBuildInputs = [ ··· 35 35 homepage = "https://github.com/z3ntu/RazerGenie"; 36 36 description = "Qt application for configuring your Razer devices under GNU/Linux"; 37 37 license = licenses.gpl3; 38 - maintainers = with maintainers; [ f4814n ]; 38 + maintainers = with maintainers; [ f4814n Mogria ]; 39 39 platforms = platforms.linux; 40 40 }; 41 41 }