libplctag: 2.5.3 -> 2.5.4

This commit is contained in:
R. Ryantm 2022-11-15 12:47:33 +00:00 committed by Bobby Rong
parent 7b70b81224
commit 3ac91d2719

View file

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