uuu: 1.5.179 -> 1.5.181

This commit is contained in:
R. Ryantm 2024-05-04 23:02:06 +00:00
parent 14e704d967
commit ecbb9d9e5d
1 changed files with 2 additions and 2 deletions

View File

@ -17,13 +17,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "uuu";
version = "1.5.179";
version = "1.5.181";
src = fetchFromGitHub {
owner = "nxp-imx";
repo = "mfgtools";
rev = "uuu_${finalAttrs.version}";
hash = "sha256-W0jFwivjD19SQmXz2G7cIvWh1zkyN4AXh3bfqF302MA=";
hash = "sha256-HMpirdXpcBFTkO7anGDIjsBJKjQ+kIN4kDhPlcqIDqY=";
};
passthru.updateScript = nix-update-script {