Skip to content

Commit

Permalink
Update fetchgit* refs (#124)
Browse files Browse the repository at this point in the history
* Update fetchgit* refs

* try this

---------

Co-authored-by: AnthonyEnr1quez <32233059+AnthonyEnr1quez@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and AnthonyEnr1quez authored Sep 23, 2024
1 parent 8045ede commit f0e2990
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
4 changes: 2 additions & 2 deletions modules/home-manager/firefox/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ let
firefox-csshacks = pkgs.fetchFromGitHub {
owner = "MrOtherGuy";
repo = "firefox-csshacks";
rev = "d08d7791fa154c4ff4e374b87ecde16a1a4d7e17"; # master
sha256 = "00z0wj93m7dbayifp2v60a0mldbs6pq7sbz0kispnc48vrrqffn1";
rev = "3c18dabe86b33d8f90b7f69a73442dfe0d053cc4"; # master
sha256 = "1sj6gvfhmr6bwvrkdgf8kasqayjbz3c8396zfhwp36srj2dd8qfv";
};

firefoxDir = "Library/Application\ Support/Firefox";
Expand Down
16 changes: 9 additions & 7 deletions modules/home-manager/zsh/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@ let
ohmyzsh = pkgs.fetchFromGitHub {
owner = "ohmyzsh";
repo = "ohmyzsh";
rev = "80fa5e137672a529f65a05e396b40f0d133b2432"; # master
sha256 = "sha256-aPqIyhpfRQFOa+9Pymx37Ex0ieB/M81C4iggAqy27Wk=";
sparseCheckout = [
"plugins/sudo"
"lib"
"themes"
];
rev = "367e9381dfae65e020cb5c439818e04ae1dd9423"; # master
sha256 = "1wd1ndc5pq12l82d3aqwhk28cdm97f0hzbc3y4123q2ln6jhhfpa";
# todo, cant auto update with sparse checkout?
# use pkg???
# sparseCheckout = [
# "plugins/sudo"
# "lib"
# "themes"
# ];
};
in
{
Expand Down

0 comments on commit f0e2990

Please sign in to comment.