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

libplctag: 2.6.1 -> 2.6.2

authored by Nick Cao and committed by GitHub 188daba9 a7dd647e

+2 -2
+2 -2
pkgs/development/libraries/libplctag/default.nix
··· 6 6 7 7 stdenv.mkDerivation rec { 8 8 pname = "libplctag"; 9 - version = "2.6.1"; 9 + version = "2.6.2"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "libplctag"; 13 13 repo = "libplctag"; 14 14 rev = "v${version}"; 15 - sha256 = "sha256-ZiqHkjpcR5OHJRiTVqlrJwST7vtPPG51trFthea2qlA="; 15 + sha256 = "sha256-V0YTW7+YbyW6Fh9b1IntIxCXabPUJj7QoDvYYyc/Y6k="; 16 16 }; 17 17 18 18 nativeBuildInputs = [ cmake ];