mxt-app: 1.32 -> 1.33
This commit is contained in:
parent
94d15b6072
commit
717688295b
1 changed files with 2 additions and 2 deletions
|
@ -1,14 +1,14 @@
|
||||||
{ lib, stdenv, fetchFromGitHub, autoreconfHook, libtool }:
|
{ lib, stdenv, fetchFromGitHub, autoreconfHook, libtool }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version="1.32";
|
version="1.33";
|
||||||
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 = "1z1g5h14j3yw3r9phgir33s9j07ns9c0r5lkl49940pzqycnrwbj";
|
sha256 = "sha256-PgIIxoyR7UA5y4UZ6meJERrbi1Bov03pJkN5St4BWss=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ autoreconfHook ];
|
nativeBuildInputs = [ autoreconfHook ];
|
||||||
|
|
Loading…
Reference in a new issue