Merge remote-tracking branch 'ni/master'
This commit is contained in:
commit
5e9729d980
|
@ -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";
|
|
||||||
};
|
|
||||||
});
|
|
||||||
|
|
||||||
}
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 8f44460003ae10f543ccb6a29f15b57e42ca3aad
|
Subproject commit 2dc172530965ea4f1ead8ff166004c5734daee1f
|
Loading…
Reference in a new issue