Merge pull request #191323 from kristofferkoch/nxpmicro-mfgtools-1.4.243
nxpmicro-mfgtools: 1.4.165 -> 1.4.243
This commit is contained in:
commit
cddeeeae47
1 changed files with 4 additions and 3 deletions
|
@ -7,22 +7,23 @@
|
||||||
, libusb1
|
, libusb1
|
||||||
, libzip
|
, libzip
|
||||||
, openssl
|
, openssl
|
||||||
|
, zstd
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "nxpmicro-mfgtools";
|
pname = "nxpmicro-mfgtools";
|
||||||
version = "1.4.165";
|
version = "1.4.243";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "NXPmicro";
|
owner = "NXPmicro";
|
||||||
repo = "mfgtools";
|
repo = "mfgtools";
|
||||||
rev = "uuu_${version}";
|
rev = "uuu_${version}";
|
||||||
sha256 = "0k309lp27d4k6x4qq0badbk8i47xsc6f3fffz73650iyfs4hcniw";
|
hash = "sha256-gyy9D6y1y+9GlT3wfW+huoWaZP1e8YzZnc7EbJftppI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake pkg-config installShellFiles ];
|
nativeBuildInputs = [ cmake pkg-config installShellFiles ];
|
||||||
|
|
||||||
buildInputs = [ bzip2 libusb1 libzip openssl ];
|
buildInputs = [ bzip2 libusb1 libzip openssl zstd ];
|
||||||
|
|
||||||
preConfigure = "echo ${version} > .tarball-version";
|
preConfigure = "echo ${version} > .tarball-version";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue