From e5f3a7b5ed31cff7b1c172bbef69be4f9b4e8801 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 20 Jan 2015 15:55:47 +0100 Subject: [PATCH] haskell-trifecta: fix sha256 hash for patch file --- 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 9020cf46fca6..4cb31b23a9e1 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -146,7 +146,7 @@ self: super: { patches = [ (pkgs.fetchpatch { url = "https://github.com/ekmett/trifecta/pull/40.patch"; - sha256 = "0q8j9zwi5q651q5zd3mz52nz4ki36rvixbkp20nx2vf5imi050bq"; + sha256 = "0qwz83fp0karf6164jykdwsrafq08l6zsdmcdm83xnkcxabgplxv"; })];}); # https://github.com/NixOS/cabal2nix/issues/136