mxt-app: 1.40 -> 1.41 (#360302)
This commit is contained in:
commit
82919b8e74
@ -1,14 +1,14 @@
|
|||||||
{ lib, stdenv, fetchFromGitHub, autoreconfHook, libtool }:
|
{ lib, stdenv, fetchFromGitHub, autoreconfHook, libtool }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version="1.40";
|
version="1.41";
|
||||||
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-ZquD1aZu/TJQdr7QwKHTbCwSCFxt4drVBm4D1FLlzF0=";
|
sha256 = "sha256-Sn83k04ctwyVH90wnPIFuH91epPgLt1mWY+07r5eKpk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ autoreconfHook ];
|
nativeBuildInputs = [ autoreconfHook ];
|
||||||
|
Loading…
Reference in New Issue
Block a user