uuu: 1.5.191 -> 1.5.201 (#399719)

This commit is contained in:
Nick Cao
2025-04-18 15:37:57 -04:00
committed by GitHub
+2 -2
View File
@@ -18,13 +18,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "uuu";
version = "1.5.191";
version = "1.5.201";
src = fetchFromGitHub {
owner = "nxp-imx";
repo = "mfgtools";
rev = "uuu_${finalAttrs.version}";
hash = "sha256-t9SvQrOpcJ646WyUqX//4Rv7M8Ix2NbjgAAlrR0e31E=";
hash = "sha256-G1Let5cJVzxKLs+4umnGfcSEvTeotqsgpZ0CDycBNEo=";
};
passthru.updateScript = nix-update-script {