From 5f7b5a370c3bedb52b86b12e5dd187bde05dd172 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 11 Sep 2020 21:31:10 +0200 Subject: [PATCH] haskell-stylish-haskell: update sha256 hash for the patch --- 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 96bf7cb70fdba5..18ec7ea302122a 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1475,7 +1475,7 @@ self: super: { # Will be fixed whenever they next bump the version number stylish-haskell = appendPatch super.stylish-haskell (pkgs.fetchpatch { url = "https://github.com/jaspervdj/stylish-haskell/commit/9550aa1cd177aa6fe271d075177109d66a79e67f.patch"; - sha256 = "159jr80k40hdq5gpqfjknqx6vj2licx1l0f57l5r3k4264lnxjdb"; + sha256 = "1ffnbd2s4fx0ylnnlcyyag119yxb32p5r20b38l39lsa0jwv229f"; }); # INSERT NEW OVERRIDES ABOVE THIS LINE