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

libplctag: 2.4.7 -> 2.4.8
This commit is contained in:
Bobby Rong 2021-12-31 08:43:43 +08:00 committed by GitHub
commit 8f0e4c3627
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.7";
version = "2.4.8";
src = fetchFromGitHub {
owner = "libplctag";
repo = "libplctag";
rev = "v${version}";
sha256 = "sha256-DLx9VBmyn5L30i6qPK4LD+3cOo7zG2YLOui6+krU9So=";
sha256 = "sha256-GVYG+ioqGo0k6ClrJu2mijtuBBFc9l6dNexNDNyh5+8=";
};
nativeBuildInputs = [ cmake ];