libplctag: 2.5.4 -> 2.5.5

This commit is contained in:
R. Ryantm 2022-12-04 07:02:33 +00:00 committed by Bobby Rong
parent b135e0ef73
commit 8f0b76f579

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "libplctag";
version = "2.5.4";
version = "2.5.5";
src = fetchFromGitHub {
owner = "libplctag";
repo = "libplctag";
rev = "v${version}";
sha256 = "sha256-RQlT+G0aSHHETyJaWKhGFdBLSv0qoZsavggv/ubeSQA=";
sha256 = "sha256-eWtQaYUWZNQYQOUXnbUfjrtpoO6CnNJ8WjlowA49sG0=";
};
nativeBuildInputs = [ cmake ];