summary refs log tree commit diff
path: root/pkgs/os-specific/linux/kbd/default.nix
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-07-01 01:47:38 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-07-01 01:47:38 +0000
commitaf1706e0b828dcc6d16a3ecc5e213a107b8a9a1e (patch)
tree0fcdfc31428b44895a22c6e7c9bb0ddc508f30e1 /pkgs/os-specific/linux/kbd/default.nix
parentcbf65698f28a5b452c0d93b1c7480d5bcfda7e1a (diff)
downloadnixpkgs-af1706e0b828dcc6d16a3ecc5e213a107b8a9a1e.tar
nixpkgs-af1706e0b828dcc6d16a3ecc5e213a107b8a9a1e.tar.gz
nixpkgs-af1706e0b828dcc6d16a3ecc5e213a107b8a9a1e.tar.bz2
nixpkgs-af1706e0b828dcc6d16a3ecc5e213a107b8a9a1e.tar.lz
nixpkgs-af1706e0b828dcc6d16a3ecc5e213a107b8a9a1e.tar.xz
nixpkgs-af1706e0b828dcc6d16a3ecc5e213a107b8a9a1e.tar.zst
nixpkgs-af1706e0b828dcc6d16a3ecc5e213a107b8a9a1e.zip
kbd: 2.5.1 -> 2.6.1
Diffstat (limited to 'pkgs/os-specific/linux/kbd/default.nix')
-rw-r--r--pkgs/os-specific/linux/kbd/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/kbd/default.nix b/pkgs/os-specific/linux/kbd/default.nix
index fc7da8fe9ba..c19646ac529 100644
--- a/pkgs/os-specific/linux/kbd/default.nix
+++ b/pkgs/os-specific/linux/kbd/default.nix
@@ -16,11 +16,11 @@
 
 stdenv.mkDerivation rec {
   pname = "kbd";
-  version = "2.5.1";
+  version = "2.6.1";
 
   src = fetchurl {
     url = "mirror://kernel/linux/utils/kbd/${pname}-${version}.tar.xz";
-    sha256 = "sha256-zN9FI4emOAlz0pJzY+nLuTn6IGiRWm+Tf/nSRSICRoM=";
+    sha256 = "sha256-LrbGyXK+lYm6tzMnW/AgvrX2RNX5Q5c3kg5wGvbPNIU=";
   };
 
   # vlock is moved into its own output, since it depends on pam. This