Skip to content

Commit

Permalink
Merge pull request #79311 from r-ryantm/auto-update/brightnessctl
Browse files Browse the repository at this point in the history
brightnessctl: 0.4 -> 0.5.1
  • Loading branch information
Ma27 committed Feb 6, 2020
2 parents 62265e8 + d6634f6 commit 6af32be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/misc/brightnessctl/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "brightnessctl";
version = "0.4";
version = "0.5.1";

src = fetchFromGitHub {
owner = "Hummer12007";
repo = "brightnessctl";
rev = version;
sha256 = "1n1gb8ldgqv3vs565yhk1w4jfvrviczp94r8wqlkv5q6ab43c8w9";
sha256 = "0immxc7almmpg80n3bdn834p3nrrz7bspl2syhb04s3lawa5y2lq";
};

makeFlags = [ "PREFIX=" "DESTDIR=$(out)" ];
Expand Down

0 comments on commit 6af32be

Please sign in to comment.