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 }: 8 stdenv.mkDerivation (finalAttrs: { 9 pname = "ethercat"; 10 - version = "1.6.1"; 11 12 src = fetchFromGitLab { 13 owner = "etherlab.org"; 14 repo = "ethercat"; 15 rev = "refs/tags/${finalAttrs.version}"; 16 - hash = "sha256-fvuyADZzH1lHo1TkGd9s3n2n8y9vsGgs/ZOakIw48WI="; 17 }; 18 19 separateDebugInfo = true;
··· 7 }: 8 stdenv.mkDerivation (finalAttrs: { 9 pname = "ethercat"; 10 + version = "1.6.2"; 11 12 src = fetchFromGitLab { 13 owner = "etherlab.org"; 14 repo = "ethercat"; 15 rev = "refs/tags/${finalAttrs.version}"; 16 + hash = "sha256-NgRyvNvHy04jr7ieOscBYULRdWJ7YuHbuYbRrSfXYRU="; 17 }; 18 19 separateDebugInfo = true;