Merge pull request #258581 from helsinki-systems/upd/exim

exim: 4.96 -> 4.96.1
This commit is contained in:
Janne Heß 2023-10-02 15:32:42 +02:00 committed by GitHub
commit ed70c2c61b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,11 +11,11 @@
stdenv.mkDerivation rec {
pname = "exim";
version = "4.96";
version = "4.96.1";
src = fetchurl {
url = "https://ftp.exim.org/pub/exim/exim4/${pname}-${version}.tar.xz";
hash = "sha256-KZpWknsus0d9qv08W9oCvGflxOWJinrq8nQIdSeM8aM=";
hash = "sha256-k6wHVcMX4f276ozLcKhoh2vfMUhpKJHHKtD+gWdnAz0=";
};
enableParallelBuilding = true;