We are using bazel and pulling down libmodbus via
bazel_dep(name = "libmodbus", version = "3.1.11")
However as of a couple of hours ago runners have started pulling a different version
Error in download_and_extract: java.io.IOException: Error downloading [https://github.com/stephane/libmodbus/releases/download/v3.1.11/libmodbus-3.1.11.tar.gz]:
Checksum was sha256-p6LE9ufjyb1JpXTp8w9vh7jxYqWMemfLHHVHCZG3aAo= but wanted sha256-FbSy4PaBIsLamxld5cMwSJqcl9QLSpXSgiN43BTXgOc=
This corresponds with the latest update to the package in the releases page
Are there changes in that release that need to be updated in the notes?
We are using bazel and pulling down libmodbus via
However as of a couple of hours ago runners have started pulling a different version
This corresponds with the latest update to the package in the releases page
Are there changes in that release that need to be updated in the notes?