From 8ac8fdb14c8139d66f181ac86effb3f8330ebc92 Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Tue, 25 May 2021 16:14:45 +1000 Subject: [PATCH] mcwhirter.io: updated branch --- profiles/mcwhirter.io.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/profiles/mcwhirter.io.nix b/profiles/mcwhirter.io.nix index dde37fa..1222163 100644 --- a/profiles/mcwhirter.io.nix +++ b/profiles/mcwhirter.io.nix @@ -6,8 +6,8 @@ let mcwhirter-io = import (pkgs.fetchgit { name = "mcwhirter-io-src"; url = "https://source.mcwhirter.io/craige/mcwhirter.io.git"; - branchName = "master"; - sha256 = "sha256-RrhxjXl3PtF9n5wWNISOqGeXKoUluGhuBA+evvLjmjw="; + branchName = "consensus"; + sha256 = "sha256-9CP1Us+uJMkKAoHaPtOWyfmktLdfoG2lOK3n5MMAigA="; }) { nixpkgs = pkgs; }; webdomain = "mcwhirter.io";