summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2020-09-11 21:31:10 +0200
committerPeter Simons <simons@cryp.to>2020-09-11 21:31:10 +0200
commit5f7b5a370c3bedb52b86b12e5dd187bde05dd172 (patch)
treeb1c12d692f04b23a668183ee7883b79de6c7d0dc /pkgs/development/haskell-modules/configuration-common.nix
parent20766242f8152b44098552761525d72ac24cdf9f (diff)
downloadnixpkgs-5f7b5a370c3bedb52b86b12e5dd187bde05dd172.tar
nixpkgs-5f7b5a370c3bedb52b86b12e5dd187bde05dd172.tar.gz
nixpkgs-5f7b5a370c3bedb52b86b12e5dd187bde05dd172.tar.bz2
nixpkgs-5f7b5a370c3bedb52b86b12e5dd187bde05dd172.tar.lz
nixpkgs-5f7b5a370c3bedb52b86b12e5dd187bde05dd172.tar.xz
nixpkgs-5f7b5a370c3bedb52b86b12e5dd187bde05dd172.tar.zst
nixpkgs-5f7b5a370c3bedb52b86b12e5dd187bde05dd172.zip
haskell-stylish-haskell: update sha256 hash for the patch
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 96bf7cb70fd..18ec7ea3021 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