mxt-app: 1.36 -> 1.38

This commit is contained in:
R. Ryantm 2024-06-26 16:46:30 +00:00
parent a6fc4a2bf6
commit a5b1a60fe8

View File

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