chore: update-nix-fetchgit

This commit is contained in:
Laureηt 2023-04-17 21:10:25 +02:00
parent 337c925bd5
commit f8ca2b1365
Signed by: Laurent
SSH key fingerprint: SHA256:kZEpW8cMJ54PDeCvOhzreNr4FSh6R13CMGH/POoO8DI
2 changed files with 4 additions and 4 deletions

View file

@ -3,8 +3,8 @@ let
catppuccin-discord = pkgs.fetchFromGitHub { catppuccin-discord = pkgs.fetchFromGitHub {
owner = "catppuccin"; owner = "catppuccin";
repo = "discord"; repo = "discord";
rev = "7182b20c7b4fb88b576226009c9d6ac36998aa46"; rev = "b60ff8909af38673ea75831cf513679c3eb94493";
sha256 = "03w1qx4gmjdzmzw3jpv51ikaqc2r196szjhb3gn95n90228gbwjf"; sha256 = "1xff3kwy6zqn9i83mj2rq65033c34kbxi9qjj7qi7bc1j9ribyxc";
}; };
in { in {
programs.webcord = { programs.webcord = {

View file

@ -95,8 +95,8 @@ in {
src = pkgs.fetchFromGitHub { src = pkgs.fetchFromGitHub {
owner = "chisui"; owner = "chisui";
repo = "zsh-nix-shell"; repo = "zsh-nix-shell";
rev = "af6f8a266ea1875b9a3e86e14796cadbe1cfbf08"; rev = "1834762686241fb3a842d179f1a0712cffa8f7d3";
sha256 = "1x6941n43j3fh1zd82v9gzr83d70gasf1s7rh6fzlby4ha20qf06"; sha256 = "0r73i9jbxqmbra7cxms0r3ickkymg1c1n4nc3ywvjzcyiac9sj87";
}; };
} }
]; ];