Merge pull request #333000 from r-ryantm/auto-update/mxt-app

mxt-app: 1.38 -> 1.40
This commit is contained in:
Nick Cao 2024-08-09 18:07:54 -04:00 committed by GitHub
commit 5ec98c543d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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