chore: bump nvfetcher

This commit is contained in:
winston 2024-05-21 17:55:31 +02:00
parent 74068173aa
commit 2c12ab9272
Signed by: winston
GPG key ID: 3786770EDBC2B481
2 changed files with 15 additions and 20 deletions

View file

@ -1,7 +1,7 @@
{ {
"catppuccin-bat": { "catppuccin-bat": {
"cargoLocks": null, "cargoLocks": null,
"date": "2024-04-09", "date": "2024-04-25",
"extract": null, "extract": null,
"name": "catppuccin-bat", "name": "catppuccin-bat",
"passthru": null, "passthru": null,
@ -11,12 +11,12 @@
"fetchSubmodules": false, "fetchSubmodules": false,
"leaveDotGit": false, "leaveDotGit": false,
"name": null, "name": null,
"rev": "b8134f01b0ac176f1cf2a7043a5abf5a1a29457b", "rev": "d714cc1d358ea51bfc02550dabab693f70cccea0",
"sha256": "sha256-gzf0/Ltw8mGMsEFBTUuN33MSFtUP4xhdxfoZFntaycQ=", "sha256": "sha256-Q5B4NDrfCIK3UAMs94vdXnR42k4AXCqZz6sRn8bzmf4=",
"type": "git", "type": "git",
"url": "https://github.com/catppuccin/bat" "url": "https://github.com/catppuccin/bat"
}, },
"version": "b8134f01b0ac176f1cf2a7043a5abf5a1a29457b" "version": "d714cc1d358ea51bfc02550dabab693f70cccea0"
}, },
"catppuccin-wezterm": { "catppuccin-wezterm": {
"cargoLocks": null, "cargoLocks": null,
@ -84,11 +84,11 @@
"pinned": false, "pinned": false,
"src": { "src": {
"name": null, "name": null,
"sha256": "sha256-WsbW3Y5HqBv7tCp4iDL/9lE0gF5BRoF6WbIxeLcRJDQ=", "sha256": "sha256-uqxP7hO4cyZRoA9acOHWMVPmEGQhZcIRGmLar3H+xE8=",
"type": "url", "type": "url",
"url": "https://github.com/koekeishiya/yabai/releases/download/v7.1.0/yabai-v7.1.0.tar.gz" "url": "https://github.com/koekeishiya/yabai/releases/download/v7.1.1/yabai-v7.1.1.tar.gz"
}, },
"version": "v7.1.0" "version": "v7.1.1"
}, },
"zsh-fast-syntax-highlighting": { "zsh-fast-syntax-highlighting": {
"cargoLocks": null, "cargoLocks": null,

View file

@ -1,23 +1,18 @@
# This file was generated by nvfetcher, please do not modify it manually. # This file was generated by nvfetcher, please do not modify it manually.
{ { fetchgit, fetchurl, fetchFromGitHub, dockerTools }:
fetchgit,
fetchurl,
fetchFromGitHub,
dockerTools,
}:
{ {
catppuccin-bat = { catppuccin-bat = {
pname = "catppuccin-bat"; pname = "catppuccin-bat";
version = "b8134f01b0ac176f1cf2a7043a5abf5a1a29457b"; version = "d714cc1d358ea51bfc02550dabab693f70cccea0";
src = fetchgit { src = fetchgit {
url = "https://github.com/catppuccin/bat"; url = "https://github.com/catppuccin/bat";
rev = "b8134f01b0ac176f1cf2a7043a5abf5a1a29457b"; rev = "d714cc1d358ea51bfc02550dabab693f70cccea0";
fetchSubmodules = false; fetchSubmodules = false;
deepClone = false; deepClone = false;
leaveDotGit = false; leaveDotGit = false;
sha256 = "sha256-gzf0/Ltw8mGMsEFBTUuN33MSFtUP4xhdxfoZFntaycQ="; sha256 = "sha256-Q5B4NDrfCIK3UAMs94vdXnR42k4AXCqZz6sRn8bzmf4=";
}; };
date = "2024-04-09"; date = "2024-04-25";
}; };
catppuccin-wezterm = { catppuccin-wezterm = {
pname = "catppuccin-wezterm"; pname = "catppuccin-wezterm";
@ -60,10 +55,10 @@
}; };
yabai = { yabai = {
pname = "yabai"; pname = "yabai";
version = "v7.1.0"; version = "v7.1.1";
src = fetchurl { src = fetchurl {
url = "https://github.com/koekeishiya/yabai/releases/download/v7.1.0/yabai-v7.1.0.tar.gz"; url = "https://github.com/koekeishiya/yabai/releases/download/v7.1.1/yabai-v7.1.1.tar.gz";
sha256 = "sha256-WsbW3Y5HqBv7tCp4iDL/9lE0gF5BRoF6WbIxeLcRJDQ="; sha256 = "sha256-uqxP7hO4cyZRoA9acOHWMVPmEGQhZcIRGmLar3H+xE8=";
}; };
}; };
zsh-fast-syntax-highlighting = { zsh-fast-syntax-highlighting = {