uuu: 1.5.222 -> 1.5.233

This commit is contained in:
R. Ryantm
2025-09-01 10:25:47 +00:00
parent ad8b79fc7e
commit 3d72dc65d2
+2 -2
View File
@@ -18,13 +18,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "uuu";
version = "1.5.222";
version = "1.5.233";
src = fetchFromGitHub {
owner = "nxp-imx";
repo = "mfgtools";
rev = "uuu_${finalAttrs.version}";
hash = "sha256-n5CgsArkj67vR6WaUaTUYno1pFffXRxjlC7kU8N/oEM=";
hash = "sha256-x3C9bEE99XOIpnPjVV7Je5mfdhwN0nTkiuBxrwWZ7CI=";
};
passthru.updateScript = nix-update-script {