mxt-app: 1.44 -> 1.45

This commit is contained in:
R. Ryantm
2025-06-20 19:58:32 +00:00
parent 49645047e6
commit 54cee7f1a1
+2 -2
View File
@@ -7,14 +7,14 @@
}:
stdenv.mkDerivation rec {
version = "1.44";
version = "1.45";
pname = "mxt-app";
src = fetchFromGitHub {
owner = "atmel-maxtouch";
repo = "mxt-app";
rev = "v${version}";
sha256 = "sha256-JE8rI1dkbrPXCbJI9cK/w5ugndPj6rO0hpyfwiSqmLc=";
sha256 = "sha256-kMVNakIzqGvT2+7plNsiqPdQ+0zuS7gh+YywF0hA1H4=";
};
nativeBuildInputs = [ autoreconfHook ];