karabiner-elements: 15.3.0 -> 15.4.0

This commit is contained in:
Sizhe Zhao 2025-07-04 22:41:13 +08:00
parent fa30164237
commit 6ff7da34f7
No known key found for this signature in database
GPG Key ID: ED1807251A7DA08F

View File

@ -10,11 +10,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "karabiner-elements";
version = "15.3.0";
version = "15.4.0";
src = fetchurl {
url = "https://github.com/pqrs-org/Karabiner-Elements/releases/download/v${finalAttrs.version}/Karabiner-Elements-${finalAttrs.version}.dmg";
hash = "sha256-Szf2mBC8c4JA3Ky4QPTvS4GJ0PXFbN0Y7Rpum9lRABE=";
hash = "sha256-VOIi5TPOp71o59vSxNztiZgseAA9Dqd8bC/8UhpFzKE=";
};
outputs = [