summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorLuc Tielen <luc.tielen@kabisa.nl>2019-09-15 23:03:22 +0200
committerPeter Simons <simons@cryp.to>2019-09-18 19:36:58 +0200
commit3ad52721a47fe8368929819774bf9821bc036706 (patch)
tree1e2eb2323a3656378db30b4ba3dfae30ff7ef390 /pkgs
parent9b2394519c194df17c3028caa92be7ba50cbb710 (diff)
downloadnixpkgs-3ad52721a47fe8368929819774bf9821bc036706.tar
nixpkgs-3ad52721a47fe8368929819774bf9821bc036706.tar.gz
nixpkgs-3ad52721a47fe8368929819774bf9821bc036706.tar.bz2
nixpkgs-3ad52721a47fe8368929819774bf9821bc036706.tar.lz
nixpkgs-3ad52721a47fe8368929819774bf9821bc036706.tar.xz
nixpkgs-3ad52721a47fe8368929819774bf9821bc036706.tar.zst
nixpkgs-3ad52721a47fe8368929819774bf9821bc036706.zip
haskell.packages.ghc881.haskell-src-meta: fix build
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
index 1ea3be21ba9..91b6b84a421 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
@@ -169,8 +169,8 @@ self: super: {
   system-fileio = doJailbreak super.system-fileio;
   yaml = super.yaml;
   haskell-src-meta = appendPatch (dontCheck (doJailbreak super.haskell-src-meta)) (pkgs.fetchpatch {
-    url = "https://gitlab.haskell.org/ghc/head.hackage/raw/master/patches/haskell-src-meta-0.8.2.patch";
-    sha256 = "146im1amywyl29kcldvgrxpwj22lrpzxysl7vc8rmn3hrq130dyc";
+    url = "https://gitlab.haskell.org/ghc/head.hackage/raw/master/patches/haskell-src-meta-0.8.3.patch";
+    sha256 = "1asl932mibr5y057xx8v1a7n3qy87lcnclsfh8pbxq1m3iwjkxy8";
   });
   asn1-encoding = appendPatch (dontCheck (doJailbreak super.asn1-encoding)) (pkgs.fetchpatch {
     url = "https://gitlab.haskell.org/ghc/head.hackage/raw/master/patches/asn1-encoding-0.9.5.patch";