mxt-app: 1.41 -> 1.42 (#364739)

This commit is contained in:
Wolfgang Walther
2024-12-22 14:59:17 +01:00
committed by GitHub
+2 -2
View File
@@ -7,14 +7,14 @@
}:
stdenv.mkDerivation rec {
version = "1.41";
version = "1.42";
pname = "mxt-app";
src = fetchFromGitHub {
owner = "atmel-maxtouch";
repo = "mxt-app";
rev = "v${version}";
sha256 = "sha256-Sn83k04ctwyVH90wnPIFuH91epPgLt1mWY+07r5eKpk=";
sha256 = "sha256-mcFkXUC7Qtajg5IPy5PAqlyvY44HDM8JL+pkkBYC0JA=";
};
nativeBuildInputs = [ autoreconfHook ];