libplctag: 2.3.7 -> 2.4.0

This commit is contained in:
R. RyanTM 2021-09-23 02:44:14 +00:00
parent 8ef88fb10b
commit 4dca3642cf

View file

@ -6,13 +6,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "libplctag"; pname = "libplctag";
version = "2.3.7"; version = "2.4.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "libplctag"; owner = "libplctag";
repo = "libplctag"; repo = "libplctag";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-AGU1/56OO96njWLSS91HBSe2tFXBwKzJMSh2/m6Fv0E="; sha256 = "sha256-ClNLU1BPNemUOu+nMHujFYQSE+wnYuUPhHytjD8snb4=";
}; };
nativeBuildInputs = [ cmake ]; nativeBuildInputs = [ cmake ];