hakyll: bumped to 4.14.*
This commit is contained in:
parent
e5984a9cac
commit
b0ac5d78b7
|
@ -6,8 +6,8 @@ let
|
||||||
cyclone-ibis = import (pkgs.fetchgit {
|
cyclone-ibis = import (pkgs.fetchgit {
|
||||||
name = "cyclone-ibis-src";
|
name = "cyclone-ibis-src";
|
||||||
url = "https://source.mcwhirter.io/craige/cyclone-ibis.git";
|
url = "https://source.mcwhirter.io/craige/cyclone-ibis.git";
|
||||||
branchName = "master";
|
branchName = "consensus";
|
||||||
sha256 = "1y4ddy13nxd4d513j9k4q8p4i48i95pm4pvrn3qvd6q6bfhlaws8";
|
sha256 = "sha256-EmPwVuyOHVFtE9Od8elgjXBAs/Pu76sYmChRsuZKo0I=";
|
||||||
}) { nixpkgs = pkgs; };
|
}) { nixpkgs = pkgs; };
|
||||||
webdomain = "cycloneibis.com";
|
webdomain = "cycloneibis.com";
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ let
|
||||||
name = "mcwhirter-io-src";
|
name = "mcwhirter-io-src";
|
||||||
url = "https://source.mcwhirter.io/craige/mcwhirter.io.git";
|
url = "https://source.mcwhirter.io/craige/mcwhirter.io.git";
|
||||||
branchName = "consensus";
|
branchName = "consensus";
|
||||||
sha256 = "sha256-9CP1Us+uJMkKAoHaPtOWyfmktLdfoG2lOK3n5MMAigA=";
|
sha256 = "sha256-m4XZgXbBn7n1xt2mGVJui+06UGdfqEjcY1SUwJAp/cc=";
|
||||||
}) { nixpkgs = pkgs; };
|
}) { nixpkgs = pkgs; };
|
||||||
webdomain = "mcwhirter.io";
|
webdomain = "mcwhirter.io";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue