From 83c743387fe9b9eba51d69998b64ddad871be72d Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 23 Oct 2020 20:15:47 +0200 Subject: [PATCH] haskell-skylighting: update override for the new version --- pkgs/development/haskell-modules/configuration-common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 5f8f4911acbc..6a448a028e18 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1460,7 +1460,7 @@ self: super: { cryptonite = doDistribute self.cryptonite_0_27; # We want the latest version of Pandoc. - skylighting = doDistribute super.skylighting_0_10_0_2; + skylighting = doDistribute super.skylighting_0_10_0_3; skylighting-core = doDistribute super.skylighting-core_0_10_0_2; hslua = doDistribute self.hslua_1_1_2; jira-wiki-markup = doDistribute self.jira-wiki-markup_1_3_2;