summary refs log tree commit diff
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2016-05-25 05:38:23 +0300
committerNikolay Amiantov <ab@fmap.me>2016-05-25 05:38:51 +0300
commitbe5b596deb7f619fdc47dc2d39940bed8bf9a44d (patch)
treea0957d88b24237268fafbf97a18f714f3cc69c75
parentc79c99cedee264753bc09d1fa2d4fcc1b5a350d1 (diff)
downloadnixlib-be5b596deb7f619fdc47dc2d39940bed8bf9a44d.tar
nixlib-be5b596deb7f619fdc47dc2d39940bed8bf9a44d.tar.gz
nixlib-be5b596deb7f619fdc47dc2d39940bed8bf9a44d.tar.bz2
nixlib-be5b596deb7f619fdc47dc2d39940bed8bf9a44d.tar.lz
nixlib-be5b596deb7f619fdc47dc2d39940bed8bf9a44d.tar.xz
nixlib-be5b596deb7f619fdc47dc2d39940bed8bf9a44d.tar.zst
nixlib-be5b596deb7f619fdc47dc2d39940bed8bf9a44d.zip
ghc801.linear: fix src checksum
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix2
1 files changed, 1 insertions, 1 deletions
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 88de8356da8b..761e339cdb97 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";
     };
   });