3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #34142 from Nadrieril/update-ckb

ckb: 0.2.8 -> 0.2.9 + project moved
This commit is contained in:
adisbladis 2018-01-23 10:44:38 +08:00 committed by GitHub
commit 9c534caef4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,14 +1,14 @@
{ stdenv, fetchFromGitHub, substituteAll, libudev, pkgconfig, qtbase, qmake, zlib, kmod }:
stdenv.mkDerivation rec {
version = "0.2.8";
version = "0.2.9";
name = "ckb-next-${version}";
src = fetchFromGitHub {
owner = "mattanger";
owner = "ckb-next";
repo = "ckb-next";
rev = "v${version}";
sha256 = "0b3h1d54mdyfcx46zvsd7dfqf2656h4jjkiw044170gnfdzxjb3w";
sha256 = "0hl41znyhp3k5l9rcgz0gig36gsg95ivrs1dyngv45q9jkr6fchm";
};
buildInputs = [
@ -44,7 +44,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Driver and configuration tool for Corsair keyboards and mice";
homepage = https://github.com/mattanger/ckb-next;
homepage = https://github.com/ckb-next/ckb-next;
license = licenses.gpl2;
platforms = platforms.linux;
maintainers = with maintainers; [ kierdavis ];