NUR repo for my Nix packages, and some modules.
0

Configure Feed

Select the types of activity you want to include in your feed.

chore: update NUR packages (#163)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

authored by

github-actions[bot]
github-actions[bot]
and committed by
GitHub
(Jul 11, 2026, 5:45 PM +0200) afc26ff4 c4db4578

+7 -7
+3 -3
pkgs/gruvbox-plus-icons/default.nix
··· 18 18 in 19 19 stdenvNoCC.mkDerivation { 20 20 pname = "gruvbox-plus-icons"; 21 - version = "6.5.0-unstable-2026-07-09"; 21 + version = "6.5.0-unstable-2026-07-10"; 22 22 23 23 src = fetchFromGitHub { 24 24 owner = "SylEleuth"; 25 25 repo = "gruvbox-plus-icon-pack"; 26 - rev = "73a80368ed32e1e175c670bfd65ffaf7b0a49816"; 27 - hash = "sha256-atu7yzE/ogIFU0/OwP78m7ty44OWs3MrlOcF012GXEA="; 26 + rev = "b0bebb482eb5fbc5e9af1bc8ea6d2fd3176e72f2"; 27 + hash = "sha256-MfioIhqBfdCfUMtAIFmCyAgFduOed2TBxuFbopzIcNc="; 28 28 }; 29 29 30 30 patches = [./folder-color.patch];
+4 -4
pkgs/opencode/plugins/quota/default.nix
··· 9 9 }: 10 10 mkOpencodePlugin rec { 11 11 pname = "quota"; 12 - version = "3.11.0-unstable-2026-07-08"; 12 + version = "3.11.2-unstable-2026-07-10"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "slkiser"; 16 16 repo = "opencode-${pname}"; 17 - rev = "0494ad3dd1e8053056e265a915d66b2e7f4f4fd6"; 18 - hash = "sha256-oKAKnZwMEpIi/swlIP1VCyo3DtLsB4zfSUWQOd0WrHU="; 17 + rev = "0bfd8993960332bc5437c1e0952f1b498d2b03ca"; 18 + hash = "sha256-NQT5yuMykiheKqt74nk7AM3QTBuwdFWTSd2o/UKSAQo="; 19 19 }; 20 20 21 - dependencyHash = "sha256-StZaorSKpBfx1zUP6gXL99p/mdXgkaIhn8V2xZUISTk="; 21 + dependencyHash = "sha256-+RblTKXPMU58SPTAsnPY3yDqjPlIysHTP8WNHMMKwIk="; 22 22 dependencyInstallCommand = "BUN_CONFIG_SKIP_SAVE_LOCKFILE=1 bun install --no-cache --ignore-scripts"; 23 23 24 24 nativeBuildInputs = [