ethercat: 1.6.7 -> 1.6.8

This commit is contained in:
R. Ryantm
2025-10-12 19:49:21 +00:00
parent 93d8b87774
commit 52f11c4f48
+2 -2
View File
@@ -8,13 +8,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "ethercat";
version = "1.6.7";
version = "1.6.8";
src = fetchFromGitLab {
owner = "etherlab.org";
repo = "ethercat";
rev = "refs/tags/${finalAttrs.version}";
hash = "sha256-UNd8PLdudI5TMdKKNH6BQP2VQ0LSPvsA/sEYnIuZRRA=";
hash = "sha256-yIlaAjPNcA7yIiCe+2kwk5IHIkwUv8bTxK0H3hu91MI=";
};
separateDebugInfo = true;