libmodbus: 3.1.11 -> 3.1.12

This commit is contained in:
R. Ryantm
2026-02-13 19:48:28 +00:00
parent 8904401656
commit 150c367618
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "libmodbus";
version = "3.1.11";
version = "3.1.12";
src = fetchFromGitHub {
owner = "stephane";
repo = "libmodbus";
rev = "v${finalAttrs.version}";
hash = "sha256-d/diR9yeV0WY0C6wqxYZfOjEKFeWTvN73MxcWtXPOJc=";
hash = "sha256-DqR0E8ODZFGDx3r92XS+rLRqPD55yOi+NhU0gMRK7KY=";
};
nativeBuildInputs = [ autoreconfHook ];