Sergei Trofimovich
2026-03-09 06:25:31 +00:00
parent f7f03dc676
commit 0bb1068f31
+2 -2
View File
@@ -8,11 +8,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "libevdev";
version = "1.13.4";
version = "1.13.6";
src = fetchurl {
url = "https://www.freedesktop.org/software/libevdev/libevdev-${finalAttrs.version}.tar.xz";
hash = "sha256-8Aq41CrYuQUpb6tn4TuHHxpCSDkzFRZkIQD4KtiBJ80=";
hash = "sha256-c/IV7MvYIz9BRzesBryiaH5nxEuX0tdXYJGqlxhVERA=";
};
nativeBuildInputs = [