{ stdenv, fetchFromGitHub, rustPlatform, openssl, cmake, perl, pkgconfig, zlib }: with rustPlatform; let # check for updates zoneinfo_compiled = fetchFromGitHub { owner = "rust-datetime"; repo = "zoneinfo-compiled"; rev = "f56921ea5e9f7cf065b1480ff270a1757c1f742f"; sha256 = "1xmw7c5f5n45lkxnyxp4llfv1bnqhc876w98165ccdbbiylfkw26"; }; cargoPatch = '' # use non-git dependencies patch -p1 <