3
0
Fork 0
forked from mirrors/nixpkgs

mxt-app: 1.33 -> 1.36

(#144474)
This commit is contained in:
R. RyanTM 2022-02-11 06:12:13 -08:00 committed by GitHub
parent 7c48c0a0de
commit dbca7f9b69
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,14 +1,14 @@
{ lib, stdenv, fetchFromGitHub, autoreconfHook, libtool }:
stdenv.mkDerivation rec {
version="1.33";
version="1.36";
pname = "mxt-app";
src = fetchFromGitHub {
owner = "atmel-maxtouch";
repo = "mxt-app";
rev = "v${version}";
sha256 = "sha256-PgIIxoyR7UA5y4UZ6meJERrbi1Bov03pJkN5St4BWss=";
sha256 = "sha256-hS/4d7HUCoulY73Sn1+IAb/IWD4VDht78Tn2jdluzhU=";
};
nativeBuildInputs = [ autoreconfHook ];