mxt-app: 1.42 -> 1.43

This commit is contained in:
R. Ryantm 2025-05-17 01:34:40 +00:00
parent 11e0819a5c
commit e7c9436738

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 ];