DontEatOreo 2024-08-19 01:45:54 +03:00
parent e5aa8e2182
commit ea09687d5f
No known key found for this signature in database
GPG Key ID: 0DB5361BEEE530AB

View File

@ -10,11 +10,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "karabiner-elements";
version = "14.13.0";
version = "15.0.0";
src = fetchurl {
url = "https://github.com/pqrs-org/Karabiner-Elements/releases/download/v${finalAttrs.version}/Karabiner-Elements-${finalAttrs.version}.dmg";
sha256 = "sha256-gmJwoht/Tfm5qMecmq1N6PSAIfWOqsvuHU8VDJY8bLw=";
hash = "sha256-xWCsbkP9cVnDjWFTgWl5KrR7wEpcQYM4Md99pTI/l14=";
};
outputs = [