panpipe: diff d0457f28 24734f65

Branch: master

Commit: d0457f28ddde256ee97fe3a8c8053b1e0043f9a3

Author: Chris Warburton <chriswarbo@gmail.com>
Date: Mon Jan 13 09:43:41 PM UTC 2020
Parent: 24734f658036dc9fa01daf897e99a6955a2d391f
Log message:

    Fix name

    1: diff --git a/default.nix b/default.nix
    2: index c47237e..6a550fc 100644
    3: --- a/default.nix
    4: +++ b/default.nix
    5: @@ -9,7 +9,7 @@ with rec {
    6:    # TODO: Point this at IOHK's repo once i686 support is included
    7:    # See https://github.com/angerman/old-ghc-nix/pull/4
    8:    haskellNixSrc = fetchTarball {
    9: -    name   = "nixpkgs1909";
   10: +    name   = "haskell-nix";
   11:      url    = https://github.com/Warbo/haskell.nix/archive/499a761.tar.gz;
   12:      sha256 = "1pnkywswfa71hgc2c3g2cijfk9nysbpyh6jjh455h810n4yhs522";
   13:    };

Generated by git2html.