mxt-app: 1.42 -> 1.43 (#407780)

This commit is contained in:
Wolfgang Walther 2025-06-01 12:48:31 +00:00 committed by GitHub
commit 4c36e36670
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,14 +7,14 @@
}:
stdenv.mkDerivation rec {
version = "1.42";
version = "1.43";
pname = "mxt-app";
src = fetchFromGitHub {
owner = "atmel-maxtouch";
repo = "mxt-app";
rev = "v${version}";
sha256 = "sha256-mcFkXUC7Qtajg5IPy5PAqlyvY44HDM8JL+pkkBYC0JA=";
sha256 = "sha256-kj6OLuK88KFZKJ7cV6bJNsB67WvB3lS5BRPJZvH+aIQ=";
};
nativeBuildInputs = [ autoreconfHook ];