uuu: 1.5.191 -> 1.5.201

This commit is contained in:
R. Ryantm
2025-04-18 11:34:36 +00:00
parent 7850571d67
commit dad2d4e9ff

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 {