From be5b596deb7f619fdc47dc2d39940bed8bf9a44d Mon Sep 17 00:00:00 2001 From: Nikolay Amiantov Date: Wed, 25 May 2016 05:38:23 +0300 Subject: [PATCH] ghc801.linear: fix src checksum --- pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix index 88de8356da8..761e339cdb9 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix @@ -96,7 +96,7 @@ self: super: { src = pkgs.fetchgit { url = https://github.com/ekmett/linear.git; rev = "8da21dc72714441cb34d6eabd6c224819787365c"; - sha256 = "08l0z6zrlbals2bwc2abbh31j9gf90vgp8sy3dcrp0knc98bgaa1"; + sha256 = "0f4r7ww8aygxv0mqdsn9d7fjvrvr66f04v004kh2v5d01dp8d7f9"; }; });