mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 11:45:45 +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: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "keymapper";
|
pname = "keymapper";
|
||||||
version = "4.11.4";
|
version = "4.12.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "houmain";
|
owner = "houmain";
|
||||||
repo = "keymapper";
|
repo = "keymapper";
|
||||||
tag = finalAttrs.version;
|
tag = finalAttrs.version;
|
||||||
hash = "sha256-H2JdGfS+MMh6EDac2bjfcCtjdDSobClAgsqYbZYuSAo=";
|
hash = "sha256-a4o6PYujR/tc0Lo1lxBtbUkpZ/99LtiG2YbQynYZB+c=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# all the following must be in nativeBuildInputs
|
# all the following must be in nativeBuildInputs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue