ethercat: 1.6.3 -> 1.6.4

This commit is contained in:
R. Ryantm 2025-04-25 16:11:48 +00:00
parent 5525a6aace
commit e2fdae57ae

View file

@ -8,13 +8,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "ethercat";
version = "1.6.3";
version = "1.6.4";
src = fetchFromGitLab {
owner = "etherlab.org";
repo = "ethercat";
rev = "refs/tags/${finalAttrs.version}";
hash = "sha256-vTAAeWAiJDo/Bd/3id4Bc0OdkL6s57vl+jbwOGFzfnc=";
hash = "sha256-Sl54LgC6NeAm9wfVGbQBDeSJmpzStal8yq4pmkmKtqs=";
};
separateDebugInfo = true;