libmodbus: 3.1.10 -> 3.1.11

This commit is contained in:
R. Ryantm
2024-10-22 20:41:23 +00:00
committed by Bjørn Forsman
parent 8d17e4ebf3
commit d7c0a1c06b

View File

@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "libmodbus";
version = "3.1.10";
version = "3.1.11";
src = fetchFromGitHub {
owner = "stephane";
repo = "libmodbus";
rev = "v${version}";
hash = "sha256-e2lB5D41a5MOmz9M90ZXfIltSOxNDOrQUpRNU2yYd1k=";
hash = "sha256-d/diR9yeV0WY0C6wqxYZfOjEKFeWTvN73MxcWtXPOJc=";
};
nativeBuildInputs = [ autoreconfHook ];