about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-05-13 19:09:31 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-05-13 19:09:31 +0000
commit5d7a3d7bfc913b469c3c8f9d85cb11f30f2aed84 (patch)
tree97b80034952e56b43c0519f25ddbdd6f9379f860
parentb4286ceedd42e457222047c3fbb18ff23707d23b (diff)
libevdev: 1.13.0 -> 1.13.1
-rw-r--r--pkgs/development/libraries/libevdev/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libevdev/default.nix b/pkgs/development/libraries/libevdev/default.nix
index 6af1e5d87182f..90853d5f2db42 100644
--- a/pkgs/development/libraries/libevdev/default.nix
+++ b/pkgs/development/libraries/libevdev/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   pname = "libevdev";
-  version = "1.13.0";
+  version = "1.13.1";
 
   src = fetchurl {
     url = "https://www.freedesktop.org/software/${pname}/${pname}-${version}.tar.xz";
-    sha256 = "sha256-nt8gBsyGpQVSeWR8OOySPRGoIe5NwsMDPo0g6O4jfNk=";
+    sha256 = "sha256-Bqd78qxcmTMFiCvBZBAX9b7BWS1tG2R4e61JKrNPLzY=";
   };
 
   nativeBuildInputs = [ python3 ];