Skip to content

Commit

Permalink
razergenie: 0.8.1 -> 0.9.0
Browse files Browse the repository at this point in the history
Upstream released a new version in september with new matrix layout
features & some fixes.
  • Loading branch information
mogria committed Dec 7, 2020
1 parent 064b322 commit e922efa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/misc/razergenie/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
}:

let
version = "0.8.1";
version = "0.9.0";
pname = "razergenie";

in stdenv.mkDerivation {
Expand All @@ -15,7 +15,7 @@ in stdenv.mkDerivation {
owner = "z3ntu";
repo = "RazerGenie";
rev = "v${version}";
sha256 = "1ggxnaidxbbpkv1h3zwwyci6886sssgslk5adbikbhz9kc9qg239";
sha256 = "17xlv26q8sdbav00wdm043449pg2424l3yaf8fvkc9rrlqkv13a4";
};

nativeBuildInputs = [
Expand All @@ -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;
};
}

0 comments on commit e922efa

Please sign in to comment.