mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
haskell-trifecta: fix sha256 hash for patch file
This commit is contained in:
parent
4531b31d75
commit
e5f3a7b5ed
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user