diff --git a/hosts/erebus/configuration.nix b/hosts/erebus/configuration.nix index 3b4f07e..f5fde5b 100644 --- a/hosts/erebus/configuration.nix +++ b/hosts/erebus/configuration.nix @@ -39,7 +39,7 @@ interactiveShellInit = let gitPrompt = builtins.fetchurl { url = "https://raw.githubusercontent.com/git/git/master/contrib/completion/git-prompt.sh"; - sha256 = "1bkdllwxfbcbflfi6w4p2ls8hvqpv2hwvqf5fw3w4zh89p2vg5ra"; + sha256 = "0fllfidrc9nj2b9mllf190y3bca1pdm95vyzgsza1l3gl3s1ixvz"; }; gitCompletion = builtins.fetchurl { url = "https://raw.githubusercontent.com/git/git/master/contrib/completion/git-completion.bash"; diff --git a/users/francis/hm/configurations/bash.nix b/users/francis/hm/configurations/bash.nix index 65fd356..5763da4 100644 --- a/users/francis/hm/configurations/bash.nix +++ b/users/francis/hm/configurations/bash.nix @@ -34,7 +34,7 @@ initExtra = let gitPrompt = builtins.fetchurl { url = "https://raw.githubusercontent.com/git/git/master/contrib/completion/git-prompt.sh"; - sha256 = "1bkdllwxfbcbflfi6w4p2ls8hvqpv2hwvqf5fw3w4zh89p2vg5ra"; + sha256 = "0fllfidrc9nj2b9mllf190y3bca1pdm95vyzgsza1l3gl3s1ixvz"; }; gitCompletion = builtins.fetchurl { url = "https://raw.githubusercontent.com/git/git/master/contrib/completion/git-completion.bash";