mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-14 17:53:37 +00:00
nxpmicro-mfgtools: 1.5.11 -> 1.5.21
This commit is contained in:
parent
5a10a8c1bf
commit
478d38edae
@ -12,13 +12,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "nxpmicro-mfgtools";
|
pname = "nxpmicro-mfgtools";
|
||||||
version = "1.5.11";
|
version = "1.5.21";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "NXPmicro";
|
owner = "nxp-imx";
|
||||||
repo = "mfgtools";
|
repo = "mfgtools";
|
||||||
rev = "uuu_${version}";
|
rev = "uuu_${version}";
|
||||||
hash = "sha256-RD0haw0C89uvTlLHtvlv1VwU4Jw2U19Caiq+BSfB4hU=";
|
sha256 = "sha256-XVvGsHltlA3h9hd3C88G3s2wIZ1EVM6DmvdiwD82vTw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake pkg-config installShellFiles ];
|
nativeBuildInputs = [ cmake pkg-config installShellFiles ];
|
||||||
|
Loading…
Reference in New Issue
Block a user