gsocket 1.4.39 -> 1.4.40 https://github.com/hackerschoice/gsocket/releases attrpath: gsocket Checking auto update branch... No auto update branch exists Old version 1.4.39" not present in master derivation file with contents: { lib, stdenv, fetchFromGitHub, autoreconfHook, openssl }: stdenv.mkDerivation rec { pname = "gsocket"; version = "1.4.40"; src = fetchFromGitHub { owner = "hackerschoice"; repo = "gsocket"; rev = "v${version}"; hash = "sha256-pY4tjrMbx+OxkJfr8czo5fbhfcmJbiNX4B+FibzUc7w="; }; nativeBuildInputs = [ autoreconfHook ]; buildInputs = [ openssl ]; dontDisableStatic = true; meta = with lib; { description = "Connect like there is no firewall, securely"; homepage = "https://www.gsocket.io"; license = licenses.bsd2; platforms = platforms.unix; maintainers = [ maintainers.msm ]; }; }