mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
keymapper: 4.11.4 -> 4.12.1 (#408395)
This commit is contained in:
commit
b8225e3ba3
1 changed files with 2 additions and 2 deletions
|
@ -17,13 +17,13 @@
|
|||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "keymapper";
|
||||
version = "4.11.4";
|
||||
version = "4.12.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "houmain";
|
||||
repo = "keymapper";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-H2JdGfS+MMh6EDac2bjfcCtjdDSobClAgsqYbZYuSAo=";
|
||||
hash = "sha256-a4o6PYujR/tc0Lo1lxBtbUkpZ/99LtiG2YbQynYZB+c=";
|
||||
};
|
||||
|
||||
# all the following must be in nativeBuildInputs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue