diff options
author | lassulus <lassulus@lassul.us> | 2019-03-07 13:14:41 +0100 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2019-04-08 17:20:26 +0200 |
commit | a1cf824e2f5d8bd751f6e625718eb59e345cb666 (patch) | |
tree | 6805653f2c69c2fda3c3a002a24bf8440e076b8c /krebs | |
parent | 04d10421ed339a2342e92f5cabda83afbd7fd450 (diff) |
blessings: add 19.03 compatibility
Diffstat (limited to 'krebs')
-rw-r--r-- | krebs/5pkgs/haskell/blessings.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/krebs/5pkgs/haskell/blessings.nix b/krebs/5pkgs/haskell/blessings.nix index f730cc72b..c35706ebf 100644 --- a/krebs/5pkgs/haskell/blessings.nix +++ b/krebs/5pkgs/haskell/blessings.nix @@ -10,6 +10,10 @@ with import <stockholm/lib>; version = "2.2.0"; sha256 = "1pb56dgf3jj2kq3cbbppwzyg3ccgqy9xara62hkjwyxzdx20clk1"; }; + "19.03" = { + version = "2.2.0"; + sha256 = "1pb56dgf3jj2kq3cbbppwzyg3ccgqy9xara62hkjwyxzdx20clk1"; + }; }.${versions.majorMinor nixpkgsVersion}; in mkDerivation { |