mxt-app: 1.46 -> 1.52 (#544046)

This commit is contained in:
Nick Cao
2026-07-21 18:36:43 +00:00
committed by GitHub

View File

@@ -7,14 +7,14 @@
}:
stdenv.mkDerivation (finalAttrs: {
version = "1.46";
version = "1.52";
pname = "mxt-app";
src = fetchFromGitHub {
owner = "atmel-maxtouch";
repo = "mxt-app";
rev = "v${finalAttrs.version}";
sha256 = "sha256-SeP48xdZ43dL28tg7mo8SmObUt3R+8oyETst6yKkhnU=";
sha256 = "sha256-CW2iWkYuI0joTQJXt271XLO70Qq/Yg8eX9f56XnJht8=";
};
nativeBuildInputs = [ autoreconfHook ];