summary refs log tree commit diff
path: root/pkgs/applications/window-managers
diff options
context:
space:
mode:
authorAleksandr Parfenov <asp437@users.noreply.github.com>2021-05-15 22:40:07 +0300
committerGitHub <noreply@github.com>2021-05-15 21:40:07 +0200
commit830ebf14b2f07086e909077521a5033973e4892d (patch)
tree7d5a2486e9e68a07cbd1df0342c1f2b385ae4b4f /pkgs/applications/window-managers
parented2b3ce65c46883a662a4c324bbe960d04ee78d3 (diff)
downloadnixpkgs-830ebf14b2f07086e909077521a5033973e4892d.tar
nixpkgs-830ebf14b2f07086e909077521a5033973e4892d.tar.gz
nixpkgs-830ebf14b2f07086e909077521a5033973e4892d.tar.bz2
nixpkgs-830ebf14b2f07086e909077521a5033973e4892d.tar.lz
nixpkgs-830ebf14b2f07086e909077521a5033973e4892d.tar.xz
nixpkgs-830ebf14b2f07086e909077521a5033973e4892d.tar.zst
nixpkgs-830ebf14b2f07086e909077521a5033973e4892d.zip
kbdd: unstable-2017-01-30 -> unstable-2021-04-26 (#122768)
Diffstat (limited to 'pkgs/applications/window-managers')
-rw-r--r--pkgs/applications/window-managers/kbdd/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/window-managers/kbdd/default.nix b/pkgs/applications/window-managers/kbdd/default.nix
index 8f684fec620..2aade360745 100644
--- a/pkgs/applications/window-managers/kbdd/default.nix
+++ b/pkgs/applications/window-managers/kbdd/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation {
   pname = "kbdd";
-  version = "unstable-2017-01-29";
+  version = "unstable-2021-04-26";
 
   src = fetchFromGitHub {
     owner = "qnikst";
     repo = "kbdd";
-    rev = "0e1056f066ab6e3c74fd0db0c9710a9a2b2538c3";
-    sha256 = "068iqkqxh7928xlmz2pvnykszn9bcq2qgkkiwf37k1vm8fdmgzlj";
+    rev = "3145099e1fbbe65b27678be72465aaa5b5872874";
+    sha256 = "1gzcjnflgdqnjgphiqpzwbcx60hm0h2cprncm7i8xca3ln5q6ba1";
   };
 
   nativeBuildInputs = [ autoreconfHook pkg-config ];
@@ -17,7 +17,7 @@ stdenv.mkDerivation {
   meta = {
     description = "Simple daemon and library to make per window layout using XKB";
     homepage = "https://github.com/qnikst/kbdd";
-    license = lib.licenses.gpl3;
+    license = lib.licenses.gpl2Plus;
     platforms = lib.platforms.linux;
     maintainers = [ lib.maintainers.wedens ];
   };