ethercat: 1.6.9 -> 1.6.10

This commit is contained in:
R. Ryantm
2026-07-20 09:01:07 +00:00
parent 5ef20e37ed
commit 78281aa485

View File

@@ -8,13 +8,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "ethercat";
version = "1.6.9";
version = "1.6.10";
src = fetchFromGitLab {
owner = "etherlab.org";
repo = "ethercat";
tag = finalAttrs.version;
hash = "sha256-Msx0i1SAwlSMD3+vjGRNe36Yx9qdUYokVekGytZptqk=";
hash = "sha256-ZlvlWSZz7oWMvl3XorS2lb4i33RRv8dBwOe2uLDeOjQ=";
};
separateDebugInfo = true;