mxt-app: 1.40 -> 1.41 (#360302)

This commit is contained in:
Nick Cao 2024-11-30 08:37:17 -05:00 committed by GitHub
commit 82919b8e74
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,14 +1,14 @@
{ lib, stdenv, fetchFromGitHub, autoreconfHook, libtool }: { lib, stdenv, fetchFromGitHub, autoreconfHook, libtool }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version="1.40"; version="1.41";
pname = "mxt-app"; pname = "mxt-app";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "atmel-maxtouch"; owner = "atmel-maxtouch";
repo = "mxt-app"; repo = "mxt-app";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-ZquD1aZu/TJQdr7QwKHTbCwSCFxt4drVBm4D1FLlzF0="; sha256 = "sha256-Sn83k04ctwyVH90wnPIFuH91epPgLt1mWY+07r5eKpk=";
}; };
nativeBuildInputs = [ autoreconfHook ]; nativeBuildInputs = [ autoreconfHook ];