Merge pull request #149334 from r-ryantm/auto-update/libplctag

libplctag: 2.4.2 -> 2.4.6
This commit is contained in:
Ryan Mulligan 2021-12-08 06:43:44 -08:00 committed by GitHub
commit 91443285a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "libplctag";
version = "2.4.2";
version = "2.4.6";
src = fetchFromGitHub {
owner = "libplctag";
repo = "libplctag";
rev = "v${version}";
sha256 = "sha256-LyFCKWOjqSHWGBm2p52R/eYuPjtf5IfqqMtrLCNWIV8=";
sha256 = "sha256-e7WDXaFu4ujrxqSvAq2Y2MbUR1ItlKOYm9dNSPbdaMo=";
};
nativeBuildInputs = [ cmake ];