kbd: 2.5.1 -> 2.6.1

This commit is contained in:
R. Ryantm
2023-07-01 01:47:38 +00:00
parent cbf65698f2
commit af1706e0b8
+2 -2
View File
@@ -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