Update ethercat for FoE password support

This commit is contained in:
2023-10-26 14:10:29 +03:00
parent c4482e8cf1
commit f1c528d719

View File

@@ -13,7 +13,7 @@
with pkgs; with pkgs;
let let
version="1.5"; version="master-ba278192";
device_modules="generic"; device_modules="generic";
in in
stdenv.mkDerivation { stdenv.mkDerivation {
@@ -23,8 +23,8 @@ stdenv.mkDerivation {
src = fetchGit { src = fetchGit {
url = "https://gitlab.com/etherlab.org/ethercat.git"; url = "https://gitlab.com/etherlab.org/ethercat.git";
ref = "stable-${version}"; ref = "master";
rev = "c8a512ac077f2ab51bb072bfbef1a687f9f1c090"; rev = "ba2781922162eca6c10c7cc72a7b4e52e3359f26";
#ref = "refs/tags/1.9"; #ref = "refs/tags/1.9";
#sha256 = lib.fakeSha256; #sha256 = lib.fakeSha256;
}; };