mxt-app: 1.43 -> 1.44 (#415511)

This commit is contained in:
Nick Cao
2025-06-10 18:04:42 -04:00
committed by GitHub
+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 ];