Skip to content

Commit

Permalink
keymapper: 4.10.0 -> 4.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Feb 24, 2025
1 parent e4dd0c7 commit 26c162f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/ke/keymapper/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@

stdenv.mkDerivation (finalAttrs: {
pname = "keymapper";
version = "4.10.0";
version = "4.10.2";

src = fetchFromGitHub {
owner = "houmain";
repo = "keymapper";
rev = finalAttrs.version;
hash = "sha256-F6SQMsb4juH9lXA2Hr4CeaOGAlvVssFX5pCrAkn5r3w=";
hash = "sha256-rNBAej2Qd038DMysPkhWBesmLVnwRt1sj2oSMeAW3OI=";
};

# all the following must be in nativeBuildInputs
Expand Down

0 comments on commit 26c162f

Please sign in to comment.