Skip to content

Commit

Permalink
Bump keymap-drawer
Browse files Browse the repository at this point in the history
  • Loading branch information
urob committed Jan 22, 2025
1 parent 9bf774b commit b460b8f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 17 deletions.
24 changes: 12 additions & 12 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,10 @@
# pkgs.findutils # find, xargs
# pkgs.gnugrep # grep
# pkgs.gnused # sed

]
# Temporary disable keymap_drawer on aarch64-linux due to:
# https://github.com/NixOS/nixpkgs/issues/372375
++ pkgs.lib.optionals (system != "aarch64-linux") [ keymap_drawer ];
++ nixpkgs.lib.optionals (system != "aarch64-linux") [ keymap_drawer ];

shellHook = ''
export ZMK_BUILD_DIR=$(pwd)/.build;
Expand Down
6 changes: 3 additions & 3 deletions nix/keymap-drawer.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ let
in
buildPythonApplication rec {
pname = "keymap-drawer";
version = "0.20.0+revert-poetry";
version = "0.20.0";
pyproject = true;

src = fetchFromGitHub {
owner = "caksoylar";
repo = pname;
rev = "a2a3b37c54ddb449428b4597b39c3c28b331a7da";
hash = "sha256-GKGjEHQ/GsLhCzjuglDuztAEIpeaz+fHHmNJJcLmQT8=";
rev = "ea00f44ac5a2ebe97b8b31f9166791bedf9136e5";
hash = "sha256-F9lDUuqHKl2FOUsUszJrRK7/a/a1UJLw+RUg9Bv2zN0=";
};

build-system = [ poetry-core ];
Expand Down

0 comments on commit b460b8f

Please sign in to comment.