Skip to content

Commit

Permalink
Use latest input-remapper
Browse files Browse the repository at this point in the history
  • Loading branch information
natsukagami committed Feb 23, 2024
1 parent 2bbe9db commit 2d3ebab
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions overlay.nix
Original file line number Diff line number Diff line change
Expand Up @@ -53,17 +53,7 @@ let
'';
});

input-remapper =
prev.input-remapper.overrideAttrs (oldAttrs: rec {
version = "2.0.0";
name = "input-remapper-${version}";
src = final.fetchFromGitHub {
owner = "sezanzeb";
repo = "input-remapper";
rev = "${version}";
sha256 = "sha256-yQRUhezzI/rz7A+s5O7NGP8DjPzzXA80gIAhhV7mc3w=";
};
});
input-remapper = final.unstable.input-remapper;
};

overlay-libs = final: prev: {
Expand Down

0 comments on commit 2d3ebab

Please sign in to comment.