{ libressl, stdenv, fetchgit, lib, pkg-config, }: stdenv.mkDerivation (self: { pname = "imbox"; version = "1.4"; src = fetchgit { url = "https://git.causal.agency/imbox"; rev = self.version; hash = "sha256-y5GCH3miimOWSCvS+Kh/nOpNrIEpcoc9p8jlQqYuh7Q="; }; nativeBuildInputs = [ pkg-config ]; buildInputs = [ libressl ]; })