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

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 27, 2026, 6:27 AM +0200) c83845b4 0332c459

+32 -32
+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-06-25"; 21 + version = "6.5.0-unstable-2026-06-26"; 22 22 23 23 src = fetchFromGitHub { 24 24 owner = "SylEleuth"; 25 25 repo = "gruvbox-plus-icon-pack"; 26 - rev = "ad40444a6542f26e36a0e011f19efdb5244e80e6"; 27 - hash = "sha256-OyO3YWfJEx0vruwjloKxm0QHrZKa/C1cxoI7nrlqrLM="; 26 + rev = "120c514fac434eb32b6f350a82a4140551526c9e"; 27 + hash = "sha256-mlTfSqf1rKTUxG12L37BCSyIpn3D5dkMDP4CqeUfvs0="; 28 28 }; 29 29 30 30 patches = [./folder-color.patch];
+5 -5
pkgs/opencode/hashes.json
··· 1 1 { 2 - "version": "1.17.9-ocv.4.2", 2 + "version": "1.17.11-ocv.4.3", 3 3 "updater": { 4 4 "type": "github-release-assets", 5 5 "owner": "leohenon", ··· 13 13 } 14 14 }, 15 15 "hashes": { 16 - "aarch64-darwin": "sha256-iCkg7cmR38GJbifEf660bH4+UbFTYuDREu8ms61sncM=", 17 - "aarch64-linux": "sha256-tpmpOsQC5qTiNxfO6oLOBqdEaODYSd/QjFFD3xMxhmI=", 18 - "x86_64-darwin": "sha256-aAhbWJ8aqR+XFcvy7JiL4fu+nVbjjdZcamRlXgkS3Tg=", 19 - "x86_64-linux": "sha256-v2awDOhnYLh5Vgu38vxweAo4mZmWJs+9TKVY0WvpFL0=" 16 + "aarch64-darwin": "sha256-GUHCAGqUjdYA3mFznG7tHsRepJJaSduvnIXv2Fryczo=", 17 + "aarch64-linux": "sha256-AhwJHNBLhhfPnj8vIDKmAea9dZKPKbym9wks6Wn9sFc=", 18 + "x86_64-darwin": "sha256-AxWmSzgz9aZhRlyNuDdCgrAxqhogUvEfasY2KWba8Kk=", 19 + "x86_64-linux": "sha256-oEmnzcnLBmcrPg5hUzdtmF5KCp2CPUKSnaRsKCATIZs=" 20 20 } 21 21 }
+3 -3
pkgs/yazi-plugins/preview-cbz/default.nix
··· 7 7 }: 8 8 mkYaziPlugin rec { 9 9 pname = "preview-cbz.yazi"; 10 - version = "0-unstable-2026-06-25"; 10 + version = "0-unstable-2026-06-26"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "AminurAlam"; 14 14 repo = "yazi-plugins"; 15 - rev = "dc36177ae7b6413bf0d05bc4cfb641d5418d52f0"; 16 - hash = "sha256-S2rwHtEcWDyIfMunvdm8rc5hXXeu4PCLj2qEcHEgr4E="; 15 + rev = "af1a48a0a3a1eebe31759ab8bed30f9455ee2185"; 16 + hash = "sha256-53KiPNGlOc04yaqAY+dQbzy5fuVdYt5yyf3yXMl7Q4U="; 17 17 }; 18 18 19 19 installPhase = ''
+3 -3
pkgs/yazi-plugins/preview-epub/default.nix
··· 7 7 }: 8 8 mkYaziPlugin rec { 9 9 pname = "preview-epub.yazi"; 10 - version = "0-unstable-2026-06-25"; 10 + version = "0-unstable-2026-06-26"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "AminurAlam"; 14 14 repo = "yazi-plugins"; 15 - rev = "dc36177ae7b6413bf0d05bc4cfb641d5418d52f0"; 16 - hash = "sha256-S2rwHtEcWDyIfMunvdm8rc5hXXeu4PCLj2qEcHEgr4E="; 15 + rev = "af1a48a0a3a1eebe31759ab8bed30f9455ee2185"; 16 + hash = "sha256-53KiPNGlOc04yaqAY+dQbzy5fuVdYt5yyf3yXMl7Q4U="; 17 17 }; 18 18 19 19 installPhase = ''
+3 -3
pkgs/yazi-plugins/preview-git/default.nix
··· 7 7 }: 8 8 mkYaziPlugin rec { 9 9 pname = "preview-git.yazi"; 10 - version = "0-unstable-2026-06-25"; 10 + version = "0-unstable-2026-06-26"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "AminurAlam"; 14 14 repo = "yazi-plugins"; 15 - rev = "dc36177ae7b6413bf0d05bc4cfb641d5418d52f0"; 16 - hash = "sha256-S2rwHtEcWDyIfMunvdm8rc5hXXeu4PCLj2qEcHEgr4E="; 15 + rev = "af1a48a0a3a1eebe31759ab8bed30f9455ee2185"; 16 + hash = "sha256-53KiPNGlOc04yaqAY+dQbzy5fuVdYt5yyf3yXMl7Q4U="; 17 17 }; 18 18 19 19 installPhase = ''
+3 -3
pkgs/yazi-plugins/spot-audio/default.nix
··· 7 7 }: 8 8 mkYaziPlugin rec { 9 9 pname = "spot-audio.yazi"; 10 - version = "0-unstable-2026-06-25"; 10 + version = "0-unstable-2026-06-26"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "AminurAlam"; 14 14 repo = "yazi-plugins"; 15 - rev = "dc36177ae7b6413bf0d05bc4cfb641d5418d52f0"; 16 - hash = "sha256-S2rwHtEcWDyIfMunvdm8rc5hXXeu4PCLj2qEcHEgr4E="; 15 + rev = "af1a48a0a3a1eebe31759ab8bed30f9455ee2185"; 16 + hash = "sha256-53KiPNGlOc04yaqAY+dQbzy5fuVdYt5yyf3yXMl7Q4U="; 17 17 }; 18 18 19 19 installPhase = ''
+3 -3
pkgs/yazi-plugins/spot-cbz/default.nix
··· 7 7 }: 8 8 mkYaziPlugin rec { 9 9 pname = "spot-cbz.yazi"; 10 - version = "0-unstable-2026-06-25"; 10 + version = "0-unstable-2026-06-26"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "AminurAlam"; 14 14 repo = "yazi-plugins"; 15 - rev = "dc36177ae7b6413bf0d05bc4cfb641d5418d52f0"; 16 - hash = "sha256-S2rwHtEcWDyIfMunvdm8rc5hXXeu4PCLj2qEcHEgr4E="; 15 + rev = "af1a48a0a3a1eebe31759ab8bed30f9455ee2185"; 16 + hash = "sha256-53KiPNGlOc04yaqAY+dQbzy5fuVdYt5yyf3yXMl7Q4U="; 17 17 }; 18 18 19 19 installPhase = ''
+3 -3
pkgs/yazi-plugins/spot-image/default.nix
··· 7 7 }: 8 8 mkYaziPlugin rec { 9 9 pname = "spot-image.yazi"; 10 - version = "0-unstable-2026-06-25"; 10 + version = "0-unstable-2026-06-26"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "AminurAlam"; 14 14 repo = "yazi-plugins"; 15 - rev = "dc36177ae7b6413bf0d05bc4cfb641d5418d52f0"; 16 - hash = "sha256-S2rwHtEcWDyIfMunvdm8rc5hXXeu4PCLj2qEcHEgr4E="; 15 + rev = "af1a48a0a3a1eebe31759ab8bed30f9455ee2185"; 16 + hash = "sha256-53KiPNGlOc04yaqAY+dQbzy5fuVdYt5yyf3yXMl7Q4U="; 17 17 }; 18 18 19 19 installPhase = ''
+3 -3
pkgs/yazi-plugins/spot-video/default.nix
··· 7 7 }: 8 8 mkYaziPlugin rec { 9 9 pname = "spot-video.yazi"; 10 - version = "0-unstable-2026-06-25"; 10 + version = "0-unstable-2026-06-26"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "AminurAlam"; 14 14 repo = "yazi-plugins"; 15 - rev = "dc36177ae7b6413bf0d05bc4cfb641d5418d52f0"; 16 - hash = "sha256-S2rwHtEcWDyIfMunvdm8rc5hXXeu4PCLj2qEcHEgr4E="; 15 + rev = "af1a48a0a3a1eebe31759ab8bed30f9455ee2185"; 16 + hash = "sha256-53KiPNGlOc04yaqAY+dQbzy5fuVdYt5yyf3yXMl7Q4U="; 17 17 }; 18 18 19 19 installPhase = ''
+3 -3
pkgs/yazi-plugins/spot/default.nix
··· 7 7 }: 8 8 mkYaziPlugin rec { 9 9 pname = "spot.yazi"; 10 - version = "0-unstable-2026-06-25"; 10 + version = "0-unstable-2026-06-26"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "AminurAlam"; 14 14 repo = "yazi-plugins"; 15 - rev = "dc36177ae7b6413bf0d05bc4cfb641d5418d52f0"; 16 - hash = "sha256-S2rwHtEcWDyIfMunvdm8rc5hXXeu4PCLj2qEcHEgr4E="; 15 + rev = "af1a48a0a3a1eebe31759ab8bed30f9455ee2185"; 16 + hash = "sha256-53KiPNGlOc04yaqAY+dQbzy5fuVdYt5yyf3yXMl7Q4U="; 17 17 }; 18 18 19 19 installPhase = ''