ethercat: 1.6.1 -> 1.6.2

This commit is contained in:
R. Ryantm 2024-12-10 02:51:01 +00:00
parent f602946645
commit a8e51aa44e

View File

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