nxpmicro-mfgtools: 1.5.21 -> 1.5.125

This commit is contained in:
R. Ryantm 2023-10-11 21:30:48 +00:00
parent 535734e71c
commit dcddb98a31

View File

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