nxpmicro-mfgtools: 1.5.11 -> 1.5.21

This commit is contained in:
ktrinh 2023-08-22 20:30:14 -07:00 committed by Yaya
parent 5a10a8c1bf
commit 478d38edae

View file

@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "nxpmicro-mfgtools";
version = "1.5.11";
version = "1.5.21";
src = fetchFromGitHub {
owner = "NXPmicro";
owner = "nxp-imx";
repo = "mfgtools";
rev = "uuu_${version}";
hash = "sha256-RD0haw0C89uvTlLHtvlv1VwU4Jw2U19Caiq+BSfB4hU=";
sha256 = "sha256-XVvGsHltlA3h9hd3C88G3s2wIZ1EVM6DmvdiwD82vTw=";
};
nativeBuildInputs = [ cmake pkg-config installShellFiles ];