Unverified Commit c69ebebe authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

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

nxpmicro-mfgtools: 1.4.243 -> 1.5.11
parents d6a5be3c e576400b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];