mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-01 01:33:20 +00:00
karabiner-elements: 14.11.0 -> 14.13.0
This commit is contained in:
parent
99f7905348
commit
997f4a1c86
@ -2,11 +2,11 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "karabiner-elements";
|
||||
version = "14.11.0";
|
||||
version = "14.13.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/pqrs-org/Karabiner-Elements/releases/download/v${version}/Karabiner-Elements-${version}.dmg";
|
||||
sha256 = "sha256-InuSfXbaSYsncq8jVO15LbQmDTguRHlOiE/Pj5EfX5c=";
|
||||
sha256 = "sha256-gmJwoht/Tfm5qMecmq1N6PSAIfWOqsvuHU8VDJY8bLw=";
|
||||
};
|
||||
|
||||
outputs = [ "out" "driver" ];
|
||||
|
Loading…
Reference in New Issue
Block a user