mxt-app: 1.43 -> 1.44

This commit is contained in:
R. Ryantm
2025-06-10 07:52:10 +00:00
parent 97629978a0
commit 08da73b64b
+2 -2
View File
@@ -7,14 +7,14 @@
}:
stdenv.mkDerivation rec {
version = "1.43";
version = "1.44";
pname = "mxt-app";
src = fetchFromGitHub {
owner = "atmel-maxtouch";
repo = "mxt-app";
rev = "v${version}";
sha256 = "sha256-kj6OLuK88KFZKJ7cV6bJNsB67WvB3lS5BRPJZvH+aIQ=";
sha256 = "sha256-JE8rI1dkbrPXCbJI9cK/w5ugndPj6rO0hpyfwiSqmLc=";
};
nativeBuildInputs = [ autoreconfHook ];