uuu: 1.5.201 -> 1.5.219

This commit is contained in:
R. Ryantm
2025-08-04 10:38:15 +00:00
parent 114484ca72
commit 69ef0b210b
+2 -2
View File
@@ -18,13 +18,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "uuu";
version = "1.5.201";
version = "1.5.219";
src = fetchFromGitHub {
owner = "nxp-imx";
repo = "mfgtools";
rev = "uuu_${finalAttrs.version}";
hash = "sha256-G1Let5cJVzxKLs+4umnGfcSEvTeotqsgpZ0CDycBNEo=";
hash = "sha256-hiRKW97PBU6bIXnS/D1oPaSLpY8Z/wm+m8Pp/4RCVQM=";
};
passthru.updateScript = nix-update-script {