mxt-app: 1.40 -> 1.41

This commit is contained in:
R. Ryantm 2024-11-30 04:46:30 +00:00
parent 836aba1612
commit 5a32f1dbaf

View File

@ -1,14 +1,14 @@
{ lib, stdenv, fetchFromGitHub, autoreconfHook, libtool }:
stdenv.mkDerivation rec {
version="1.40";
version="1.41";
pname = "mxt-app";
src = fetchFromGitHub {
owner = "atmel-maxtouch";
repo = "mxt-app";
rev = "v${version}";
sha256 = "sha256-ZquD1aZu/TJQdr7QwKHTbCwSCFxt4drVBm4D1FLlzF0=";
sha256 = "sha256-Sn83k04ctwyVH90wnPIFuH91epPgLt1mWY+07r5eKpk=";
};
nativeBuildInputs = [ autoreconfHook ];