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

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 10, 2026, 8:13 AM +0200) c4db4578 653fefde

+8 -8
+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-08"; 21 + version = "6.5.0-unstable-2026-07-09"; 22 22 23 23 src = fetchFromGitHub { 24 24 owner = "SylEleuth"; 25 25 repo = "gruvbox-plus-icon-pack"; 26 - rev = "b5486110d67ebc4986bb87060ec7b03572899c5c"; 27 - hash = "sha256-D6IgAN+fvIgBVCPHAqDLRQV/nsgQ+n8b3uDYQV+wd0A="; 26 + rev = "73a80368ed32e1e175c670bfd65ffaf7b0a49816"; 27 + hash = "sha256-atu7yzE/ogIFU0/OwP78m7ty44OWs3MrlOcF012GXEA="; 28 28 }; 29 29 30 30 patches = [./folder-color.patch];
+5 -5
pkgs/opencode/hashes.json
··· 1 1 { 2 - "version": "1.17.15-ocv.4.7", 2 + "version": "1.17.18-ocv.4.7", 3 3 "updater": { 4 4 "type": "github-release-assets", 5 5 "owner": "leohenon", ··· 13 13 } 14 14 }, 15 15 "hashes": { 16 - "aarch64-darwin": "sha256-7rxvx4jxbDAzZQgyF04tFzt2XgVbsd1mX3UiFymWdDc=", 17 - "aarch64-linux": "sha256-ww6c81UpGNIFoj90VrLa8yhzc9/7x2Ce/Kx8iC/jl2s=", 18 - "x86_64-darwin": "sha256-U0an7ZBCvGIvuyQWmXOMpLIvQZ2NuMW0JhK0nIyrv6Q=", 19 - "x86_64-linux": "sha256-TO2Mz8Oy68MJhHyPW2i7ESvjhCZOrUc53liHlmXAKyw=" 16 + "aarch64-darwin": "sha256-bPh2jcrGoSJPenyE0nxUI25CNwPTjZ66l929xyWNsLQ=", 17 + "aarch64-linux": "sha256-+7FwpRaqW7+ehWCkznOV8I1XxanjJeBVpP6LG0caKnw=", 18 + "x86_64-darwin": "sha256-eIM4RHk4pUZGhTEfw8F27hnU3XiUfVZCIgOATrhuS1A=", 19 + "x86_64-linux": "sha256-gA2w4fBOQ/ImkpdLVVJ1WEK8oAhVIu300u98HfmCXlI=" 20 20 } 21 21 }