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

libplctag: 2.6.1 -> 2.6.2
This commit is contained in:
Nick Cao 2024-08-22 16:45:25 -04:00 committed by GitHub
commit 188daba925
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "libplctag";
version = "2.6.1";
version = "2.6.2";
src = fetchFromGitHub {
owner = "libplctag";
repo = "libplctag";
rev = "v${version}";
sha256 = "sha256-ZiqHkjpcR5OHJRiTVqlrJwST7vtPPG51trFthea2qlA=";
sha256 = "sha256-V0YTW7+YbyW6Fh9b1IntIxCXabPUJj7QoDvYYyc/Y6k=";
};
nativeBuildInputs = [ cmake ];