lol

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

exim: 4.96.1 -> 4.96.2

authored by

Janne Heß and committed by
GitHub
6b37f750 be4d9489

+2 -2
+2 -2
pkgs/servers/mail/exim/default.nix
··· 11 11 12 12 stdenv.mkDerivation rec { 13 13 pname = "exim"; 14 - version = "4.96.1"; 14 + version = "4.96.2"; 15 15 16 16 src = fetchurl { 17 17 url = "https://ftp.exim.org/pub/exim/exim4/${pname}-${version}.tar.xz"; 18 - hash = "sha256-k6wHVcMX4f276ozLcKhoh2vfMUhpKJHHKtD+gWdnAz0="; 18 + hash = "sha256-A44yfo0ek9AFusm7Bv0irsRNUCiTDW2+iBetRLv8HeY="; 19 19 }; 20 20 21 21 enableParallelBuilding = true;