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

libplctag: 2.3.6 -> 2.3.7
This commit is contained in:
Jörg Thalheim 2021-09-07 03:29:04 +01:00 committed by GitHub
commit 52b679448e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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