mxt-app: 1.33 -> 1.36

(#144474)
main
R. RyanTM 2 years ago committed by GitHub
parent 7c48c0a0de
commit dbca7f9b69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      pkgs/misc/mxt-app/default.nix

@ -1,14 +1,14 @@
{ lib, stdenv, fetchFromGitHub, autoreconfHook, libtool }:
stdenv.mkDerivation rec {
version="1.33";
version="1.36";
pname = "mxt-app";
src = fetchFromGitHub {
owner = "atmel-maxtouch";
repo = "mxt-app";
rev = "v${version}";
sha256 = "sha256-PgIIxoyR7UA5y4UZ6meJERrbi1Bov03pJkN5St4BWss=";
sha256 = "sha256-hS/4d7HUCoulY73Sn1+IAb/IWD4VDht78Tn2jdluzhU=";
};
nativeBuildInputs = [ autoreconfHook ];

Loading…
Cancel
Save