uuu: 1.5.233 -> 1.5.239 (#459996)

This commit is contained in:
Gergő Gutyina
2025-12-07 21:44:18 +00:00
committed by GitHub
+2 -2
View File
@@ -18,13 +18,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "uuu";
version = "1.5.233";
version = "1.5.239";
src = fetchFromGitHub {
owner = "nxp-imx";
repo = "mfgtools";
rev = "uuu_${finalAttrs.version}";
hash = "sha256-x3C9bEE99XOIpnPjVV7Je5mfdhwN0nTkiuBxrwWZ7CI=";
hash = "sha256-oeT58SO8aDwqiKbi9v7R+sclinTH8+x9XoQSOCnXCt8=";
};
passthru.updateScript = nix-update-script {