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

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
(Jun 9, 2026, 5:32 AM +0200) d4e7f9cd 7070760f

+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.4.0-unstable-2026-06-05"; 21 + version = "6.4.0-unstable-2026-06-08"; 22 22 23 23 src = fetchFromGitHub { 24 24 owner = "SylEleuth"; 25 25 repo = "gruvbox-plus-icon-pack"; 26 - rev = "08b6cdda6cbb8b3dabc882760604561c93f4827d"; 27 - hash = "sha256-khxRZ/sMl0h3zr/twpBDX+VvzqgbJcJEQq4tWZrZwok="; 26 + rev = "be20568ccbd5d7fbb3e00ead93579dff49857d22"; 27 + hash = "sha256-8XiW0184eO4wAxAr8oM0bPhdm9ZbD1zj4GZ8ok6YOGA="; 28 28 }; 29 29 30 30 patches = [./folder-color.patch];