ethercat: 1.6.1 -> 1.6.2 (#363796)

authored by nixpkgs-merge-bot[bot] and committed by GitHub a42171f3 5a4fbaa3

+2 -2
+2 -2
pkgs/by-name/et/ethercat/package.nix
··· 7 7 }: 8 8 stdenv.mkDerivation (finalAttrs: { 9 9 pname = "ethercat"; 10 - version = "1.6.1"; 10 + version = "1.6.2"; 11 11 12 12 src = fetchFromGitLab { 13 13 owner = "etherlab.org"; 14 14 repo = "ethercat"; 15 15 rev = "refs/tags/${finalAttrs.version}"; 16 - hash = "sha256-fvuyADZzH1lHo1TkGd9s3n2n8y9vsGgs/ZOakIw48WI="; 16 + hash = "sha256-NgRyvNvHy04jr7ieOscBYULRdWJ7YuHbuYbRrSfXYRU="; 17 17 }; 18 18 19 19 separateDebugInfo = true;