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

libplctag: 2.5.5 -> 2.5.6
This commit is contained in:
Weijia Wang
2024-06-10 17:02:44 +02:00
committed by GitHub
@@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "libplctag";
version = "2.5.5";
version = "2.5.6";
src = fetchFromGitHub {
owner = "libplctag";
repo = "libplctag";
rev = "v${version}";
sha256 = "sha256-eWtQaYUWZNQYQOUXnbUfjrtpoO6CnNJ8WjlowA49sG0=";
sha256 = "sha256-xrXgLdGY7pQ5m+X5kmkL6BRHJCxp7PYJuuowC+i2qxM=";
};
nativeBuildInputs = [ cmake ];