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

libplctag: 2.5.0 -> 2.5.1
This commit is contained in:
Sandro 2022-07-29 16:47:19 +02:00 committed by GitHub
commit afe4573071
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.5.0";
version = "2.5.1";
src = fetchFromGitHub {
owner = "libplctag";
repo = "libplctag";
rev = "v${version}";
sha256 = "sha256-Xzdljx08aXwD6pE1f/3YBAjvrSzvs2fcXmmLH04GFyg=";
sha256 = "sha256-ZD7mf6O1iBGmZ2bRWfnM0WPuP1itIi9TxZ5rK4uvBTw=";
};
nativeBuildInputs = [ cmake ];