ethercat: 1.6.5 -> 1.6.6 (#421582)

Co-authored-by: stv0g <post@steffenvogel.de>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-07-02 06:01:41 +00:00 committed by GitHub
commit 0c2bffc943
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.5";
version = "1.6.6";
src = fetchFromGitLab {
owner = "etherlab.org";
repo = "ethercat";
rev = "refs/tags/${finalAttrs.version}";
hash = "sha256-Kw8tLHYwDsV3U6bk4xXCWANl/6snCLHV0nGgX48pV/Y=";
hash = "sha256-11Y4qGJlbZYnFZ3pI18kjE2aIht30ZtN4eTsYhWqg+g=";
};
separateDebugInfo = true;