ethercat: 1.6.0 -> 1.6.1

This commit is contained in:
R. Ryantm 2024-08-01 12:09:05 +00:00
parent 94d355c5ac
commit 11b4c29cfa

View File

@ -7,13 +7,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "ethercat";
version = "1.6.0";
version = "1.6.1";
src = fetchFromGitLab {
owner = "etherlab.org";
repo = "ethercat";
rev = "refs/tags/${finalAttrs.version}";
hash = "sha256-w1aoznLjCHh+dN2fyfpKpzq68B4D/rert2XFpTxk/F4=";
hash = "sha256-fvuyADZzH1lHo1TkGd9s3n2n8y9vsGgs/ZOakIw48WI=";
};
separateDebugInfo = true;