ethercat: 1.6.1 -> 1.6.2 (#363796)

This commit is contained in:
nixpkgs-merge-bot[bot] 2024-12-10 04:52:18 +00:00 committed by GitHub
commit a42171f34d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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