diff options
author | lassulus <lassulus@lassul.us> | 2019-03-07 13:23:23 +0100 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2019-04-08 17:20:26 +0200 |
commit | 9eb7244146b29d772a0fc173d02394d05a22dae6 (patch) | |
tree | ea4da1e7ef1b265b8fe4201f31a80a4acb9dc29f /krebs | |
parent | a1cf824e2f5d8bd751f6e625718eb59e345cb666 (diff) |
email-header: add 19.03 compatibility
Diffstat (limited to 'krebs')
-rw-r--r-- | krebs/5pkgs/haskell/email-header.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/krebs/5pkgs/haskell/email-header.nix b/krebs/5pkgs/haskell/email-header.nix index 4049168c1..6689f1d2c 100644 --- a/krebs/5pkgs/haskell/email-header.nix +++ b/krebs/5pkgs/haskell/email-header.nix @@ -15,6 +15,11 @@ with import <stockholm/lib>; rev = "refs/tags/v${cfg.version}"; sha256 = "11xjivpj495r2ss9aqljnpzzycb57cm4sr7yzmf939rzwsd3ib0x"; }; + "19.03" = { + version = "0.4.1-tv1"; + rev = "refs/tags/v${cfg.version}"; + sha256 = "11xjivpj495r2ss9aqljnpzzycb57cm4sr7yzmf939rzwsd3ib0x"; + }; }.${versions.majorMinor nixpkgsVersion}; in mkDerivation { |