mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
mxt-app: 1.42 -> 1.43 (#407780)
This commit is contained in:
commit
4c36e36670
1 changed files with 2 additions and 2 deletions
|
@ -7,14 +7,14 @@
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "1.42";
|
version = "1.43";
|
||||||
pname = "mxt-app";
|
pname = "mxt-app";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "atmel-maxtouch";
|
owner = "atmel-maxtouch";
|
||||||
repo = "mxt-app";
|
repo = "mxt-app";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-mcFkXUC7Qtajg5IPy5PAqlyvY44HDM8JL+pkkBYC0JA=";
|
sha256 = "sha256-kj6OLuK88KFZKJ7cV6bJNsB67WvB3lS5BRPJZvH+aIQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ autoreconfHook ];
|
nativeBuildInputs = [ autoreconfHook ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue