bcu: 1.1.119 -> 1.1.128

This commit is contained in:
R. Ryantm
2026-05-08 16:09:55 +00:00
parent 553ce73239
commit d3dd6dd383
+2 -2
View File
@@ -13,13 +13,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "bcu";
version = "1.1.119";
version = "1.1.128";
src = fetchFromGitHub {
owner = "nxp-imx";
repo = "bcu";
tag = "bcu_${finalAttrs.version}";
hash = "sha256-GVnUkIoqHED/9c3Tr4M29DB+t6Q8OPDcxVWKNn/lU/8=";
hash = "sha256-8q9xJYEZfyC8ETNi3q8YQOtBGMmI4EQLp7LKxPaU65Q=";
};
patches = [ ./darwin-install.patch ];