haskell-trifecta: fix sha256 hash for patch file

This commit is contained in:
Peter Simons 2015-01-20 15:55:47 +01:00
parent 4531b31d75
commit e5f3a7b5ed

View File

@ -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