kbdd: unstable-2017-01-30 -> unstable-2021-04-26 (#122768)

authored by

Aleksandr Parfenov and committed by
GitHub
830ebf14 ed2b3ce6

+4 -4
+4 -4
pkgs/applications/window-managers/kbdd/default.nix
··· 2 2 3 3 stdenv.mkDerivation { 4 4 pname = "kbdd"; 5 - version = "unstable-2017-01-29"; 5 + version = "unstable-2021-04-26"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "qnikst"; 9 9 repo = "kbdd"; 10 - rev = "0e1056f066ab6e3c74fd0db0c9710a9a2b2538c3"; 11 - sha256 = "068iqkqxh7928xlmz2pvnykszn9bcq2qgkkiwf37k1vm8fdmgzlj"; 10 + rev = "3145099e1fbbe65b27678be72465aaa5b5872874"; 11 + sha256 = "1gzcjnflgdqnjgphiqpzwbcx60hm0h2cprncm7i8xca3ln5q6ba1"; 12 12 }; 13 13 14 14 nativeBuildInputs = [ autoreconfHook pkg-config ]; ··· 17 17 meta = { 18 18 description = "Simple daemon and library to make per window layout using XKB"; 19 19 homepage = "https://github.com/qnikst/kbdd"; 20 - license = lib.licenses.gpl3; 20 + license = lib.licenses.gpl2Plus; 21 21 platforms = lib.platforms.linux; 22 22 maintainers = [ lib.maintainers.wedens ]; 23 23 };