summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorMalte Brandy <malte.brandy@maralorn.de>2020-11-20 00:47:28 +0100
committerPeter Simons <simons@cryp.to>2020-11-20 20:57:41 +0100
commit1f1d171337308e5fbe8900d536a4e97541e9fd6b (patch)
treec48c8e107cefdb4448053d8257cc856573c402f8 /pkgs/development/haskell-modules/configuration-common.nix
parentfb82f19d712fa047bac8e77c4392006b1f03867c (diff)
downloadnixpkgs-1f1d171337308e5fbe8900d536a4e97541e9fd6b.tar
nixpkgs-1f1d171337308e5fbe8900d536a4e97541e9fd6b.tar.gz
nixpkgs-1f1d171337308e5fbe8900d536a4e97541e9fd6b.tar.bz2
nixpkgs-1f1d171337308e5fbe8900d536a4e97541e9fd6b.tar.lz
nixpkgs-1f1d171337308e5fbe8900d536a4e97541e9fd6b.tar.xz
nixpkgs-1f1d171337308e5fbe8900d536a4e97541e9fd6b.tar.zst
nixpkgs-1f1d171337308e5fbe8900d536a4e97541e9fd6b.zip
haskellPackages.reflex-dom: Fix patch hash
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 c59abb62882..2c48fe8cc78 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1241,7 +1241,7 @@ self: super: {
   # Tests disabled and broken override needed because of missing lib chrome-test-utils: https://github.com/reflex-frp/reflex-dom/issues/392
   reflex-dom = appendPatch super.reflex-dom (pkgs.fetchpatch {
     url = https://github.com/reflex-frp/reflex-dom/commit/6aed7b7ebb70372778f1a29a724fcb4de815ba04.patch;
-    sha256 = "1g7lgwj2rpziilif2gian412iy05gqbzwx9w0m6ajq3clxs5zs7l";
+    sha256 = "1ndqw5r85axynmx55ld6qr8ik1i1mkh6wrnkzpxbwyil2ms8mxn0";
     stripLen = 2;
     extraPrefix = "";
     includes = ["reflex-dom.cabal" ];