update fetchGits
Some checks are pending
git-mirror / gitlab-sync (push) Waiting to run
nix-build / default-build (push) Waiting to run
nix-build / fallarbor-build (push) Waiting to run
nix-build / lavaridge-build (push) Waiting to run
nix-build / mauville-build (push) Waiting to run
nix-build / petalburg-build (push) Waiting to run
nix-build / rustboro-build (push) Waiting to run
nix-check / fmt-check (push) Waiting to run
nix-check / eval-check (push) Waiting to run

This commit is contained in:
Aly Raffauf 2024-08-08 10:26:46 -04:00
parent 02aa2e13d5
commit 7b789178f7
2 changed files with 2 additions and 2 deletions

View file

@ -45,7 +45,7 @@
xdg = { xdg = {
dataFile."backgrounds".source = builtins.fetchGit { dataFile."backgrounds".source = builtins.fetchGit {
url = "https://github.com/alyraffauf/wallpapers.git"; url = "https://github.com/alyraffauf/wallpapers.git";
rev = "f6d8a67457be351ae2c3cbffccf14ba20fb7f6a0"; rev = "21018eef106928c7c44d206c6c3730cce5f781f3";
ref = "master"; ref = "master";
}; };

View file

@ -6,7 +6,7 @@
home.file = let home.file = let
source = builtins.fetchGit { source = builtins.fetchGit {
url = "https://github.com/rafaelmardojai/firefox-gnome-theme.git"; url = "https://github.com/rafaelmardojai/firefox-gnome-theme.git";
rev = "cc70ec20e2775df7cd2bccdd20dcdecc3e0a733b"; rev = "3690ce89ab496df771dd3a470908da71e46271a6";
ref = "master"; ref = "master";
}; };
in { in {