Merge pull request #212384 from kristofferkoch/nxpmicro-mfgtools-1.5.11

nxpmicro-mfgtools: 1.4.243 -> 1.5.11
This commit is contained in:
Weijia Wang 2023-01-24 12:38:59 +01:00 committed by GitHub
commit c69ebebea7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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