Skip to content

Commit

Permalink
(bash) switch the hash again
Browse files Browse the repository at this point in the history
Signed-off-by: Francis Begyn <[email protected]>
  • Loading branch information
fbegyn committed Sep 30, 2024
1 parent e27f344 commit c4ea78c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hosts/erebus/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
2 changes: 1 addition & 1 deletion users/francis/hm/configurations/bash.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit c4ea78c

Please sign in to comment.