ethercat: 1.6.8 -> 1.6.9 (#504912)

This commit is contained in:
nixpkgs-ci[bot] 2026-04-01 09:46:35 +00:00 committed by GitHub
commit f6333b7633
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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