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 (#158)

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 7, 2026, 9:51 PM +0200) 6b94abee ffca666e

+3 -3
+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-03"; 21 + version = "6.5.0-unstable-2026-07-06"; 22 22 23 23 src = fetchFromGitHub { 24 24 owner = "SylEleuth"; 25 25 repo = "gruvbox-plus-icon-pack"; 26 - rev = "89681d6919c95ccf27815d0d52fa40eeaaaa4ff1"; 27 - hash = "sha256-H7ugzD0+nCkOl0aT+bQR7tp11PJAydds/zuVTws1og8="; 26 + rev = "26e9533cc5c5a3d4f7a1dfb4742fa3c8fe948b42"; 27 + hash = "sha256-p+LmzZhQhyG6NxbKbhzhIBPZeelNHvJO+jsn4LA4yeg="; 28 28 }; 29 29 30 30 patches = [./folder-color.patch];