Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: fe0b3800c186
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cbf17776a299
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Dec 7, 2020

  1. razergenie: 0.8.1 -> 0.9.0

    Upstream released a new version in september with new matrix layout
    features & some fixes.
    mogria committed Dec 7, 2020
    Copy the full SHA
    e922efa View commit details

Commits on Jan 16, 2021

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

    razergenie: 0.8.1 -> 0.9.0
    AndersonTorres authored Jan 16, 2021
    Copy the full SHA
    cbf1777 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/applications/misc/razergenie/default.nix
6 changes: 3 additions & 3 deletions pkgs/applications/misc/razergenie/default.nix
Original file line number Diff line number Diff line change
@@ -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;
};
}