Unverified Commit 2446f576 authored by Bjørn Forsman's avatar Bjørn Forsman Committed by GitHub
Browse files

libmodbus: 3.1.11 -> 3.1.12 (#490213)

parents d22fe166 150c3676
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];