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

libplctag: 2.4.6 -> 2.4.7
This commit is contained in:
Bobby Rong 2021-12-26 18:59:06 +08:00 committed by GitHub
commit 345460519a
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.6";
version = "2.4.7";
src = fetchFromGitHub {
owner = "libplctag";
repo = "libplctag";
rev = "v${version}";
sha256 = "sha256-e7WDXaFu4ujrxqSvAq2Y2MbUR1ItlKOYm9dNSPbdaMo=";
sha256 = "sha256-DLx9VBmyn5L30i6qPK4LD+3cOo7zG2YLOui6+krU9So=";
};
nativeBuildInputs = [ cmake ];