exim: remove because upstream has caught up

This commit is contained in:
tv 2019-11-12 18:52:08 +01:00
parent ea5b591d06
commit 46cdc3ed42
1 changed files with 0 additions and 12 deletions

View File

@ -1,12 +0,0 @@
with import <stockholm/lib>;
self: super: {
exim = super.exim.overrideAttrs (old: rec {
name = warnOldVersion old.name "exim-4.92.2";
src = self.fetchurl {
url = "https://ftp.exim.org/pub/exim/exim4/${name}.tar.xz";
sha256 = "0m56jsh2fzvwj4rdpcc3pkd5vsi40cjrpzalis7l1zq33m4axmq1";
};
});
}