Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

ckb: 0.2.8 -> 0.2.9 + project moved

+4 -4
+4 -4
pkgs/tools/misc/ckb/default.nix
··· 1 1 { stdenv, fetchFromGitHub, substituteAll, libudev, pkgconfig, qtbase, qmake, zlib, kmod }: 2 2 3 3 stdenv.mkDerivation rec { 4 - version = "0.2.8"; 4 + version = "0.2.9"; 5 5 name = "ckb-next-${version}"; 6 6 7 7 src = fetchFromGitHub { 8 - owner = "mattanger"; 8 + owner = "ckb-next"; 9 9 repo = "ckb-next"; 10 10 rev = "v${version}"; 11 - sha256 = "0b3h1d54mdyfcx46zvsd7dfqf2656h4jjkiw044170gnfdzxjb3w"; 11 + sha256 = "0hl41znyhp3k5l9rcgz0gig36gsg95ivrs1dyngv45q9jkr6fchm"; 12 12 }; 13 13 14 14 buildInputs = [ ··· 44 44 45 45 meta = with stdenv.lib; { 46 46 description = "Driver and configuration tool for Corsair keyboards and mice"; 47 - homepage = https://github.com/mattanger/ckb-next; 47 + homepage = https://github.com/ckb-next/ckb-next; 48 48 license = licenses.gpl2; 49 49 platforms = platforms.linux; 50 50 maintainers = with maintainers; [ kierdavis ];