summary refs log tree commit diff
diff options
context:
space:
mode:
authorShaun Sharples <shaun.sharples@gmail.com>2014-11-10 10:47:49 +0200
committerShaun Sharples <shaun.sharples@gmail.com>2014-11-10 10:47:49 +0200
commitb2e9f0906754451817bdf80062cd4690f617c239 (patch)
tree60ab9309e1c9b1cc87fcc66fda844d43a70153fa
parent094771012b7f8a9081c975ef8ea4d3715b8047d2 (diff)
downloadnixlib-b2e9f0906754451817bdf80062cd4690f617c239.tar
nixlib-b2e9f0906754451817bdf80062cd4690f617c239.tar.gz
nixlib-b2e9f0906754451817bdf80062cd4690f617c239.tar.bz2
nixlib-b2e9f0906754451817bdf80062cd4690f617c239.tar.lz
nixlib-b2e9f0906754451817bdf80062cd4690f617c239.tar.xz
nixlib-b2e9f0906754451817bdf80062cd4690f617c239.tar.zst
nixlib-b2e9f0906754451817bdf80062cd4690f617c239.zip
fix sha256 for patch
-rw-r--r--pkgs/development/libraries/haskell/wreq/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/haskell/wreq/default.nix b/pkgs/development/libraries/haskell/wreq/default.nix
index 96353311db07..c16df5863a01 100644
--- a/pkgs/development/libraries/haskell/wreq/default.nix
+++ b/pkgs/development/libraries/haskell/wreq/default.nix
@@ -23,7 +23,7 @@ cabal.mkDerivation (self: {
   doCheck = false;
   patches = [ (fetchpatch {
     url = "https://github.com/relrod/wreq/commit/9a91d57b50a09646ecbda88d126918e49aeb2de4.diff";
-    sha256 = "143a4f661pigfqqkvhjzfmg24r4j595p1fcsiqiqc763pynccgq9";
+    sha256 = "09px4hbqkc9b0ykx7alzq2llzp0nxb2c5zsbaa05rcq9cb3nrq4m";
   })];
   meta = {
     homepage = "http://www.serpentine.com/wreq";