libplctag: 2.5.0 -> 2.5.1

This commit is contained in:
R. Ryantm 2022-07-28 21:29:09 +00:00
parent 88fdc5544e
commit f47995f62a

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 ];