Merge pull request #204412 from r-ryantm/auto-update/libmodbus

libmodbus: 3.1.8 -> 3.1.9
This commit is contained in:
Nikolay Korotkiy 2022-12-04 13:31:20 +04:00 committed by GitHub
commit f73df6584d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "libmodbus";
version = "3.1.8";
version = "3.1.9";
src = fetchFromGitHub {
owner = "stephane";
repo = "libmodbus";
rev = "v${version}";
hash = "sha256-rIsMTSyctPZmIh6hFeL3MxyNzey0+iOc2lbBKTkE7To=";
hash = "sha256-aq8JB7CgzK6idU9AAJWkMXyYDXRynSTlNBMyPrNdpLw=";
};
nativeBuildInputs = [ autoreconfHook ];