Merge pull request #303427 from otavio/uuu

uuu: 1.5.141 -> 1.5.179
This commit is contained in:
superherointj 2024-04-11 19:02:02 -03:00 committed by GitHub
commit a64f2ba867
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 2 deletions

View File

@ -10,19 +10,20 @@
, bzip2
, libusb1
, openssl
, tinyxml-2
, zlib
, zstd
}:
stdenv.mkDerivation (finalAttrs: {
pname = "uuu";
version = "1.5.141";
version = "1.5.179";
src = fetchFromGitHub {
owner = "nxp-imx";
repo = "mfgtools";
rev = "uuu_${finalAttrs.version}";
hash = "sha256-N5L6k2oVXfnER7JRoX0JtzgEhb/vFMexu7hUKQhmcoE=";
hash = "sha256-W0jFwivjD19SQmXz2G7cIvWh1zkyN4AXh3bfqF302MA=";
};
passthru.updateScript = nix-update-script {
@ -39,6 +40,7 @@ stdenv.mkDerivation (finalAttrs: {
bzip2
libusb1
openssl
tinyxml-2
zlib
zstd
];