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

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 7, 2026, 7:54 PM +0200) 3e9331c8 a97c7714

+9 -9
+3 -3
pkgs/hyprsplit/default.nix
··· 7 7 }: 8 8 stdenvNoCC.mkDerivation { 9 9 pname = "hyprsplit"; 10 - version = "0-unstable-2026-05-22"; 10 + version = "0.54.3-unstable-2026-06-06"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "shezdy"; 14 14 repo = "hyprsplit"; 15 - rev = "0fc01e7930625ecb3e069f5dc8e1d61eab929f3b"; 16 - hash = "sha256-XpwuFhwnfwPbzImZeUWWns///UEpoKNkpl1hN90C3Ag="; 15 + rev = "8f0627b3f0380ce730d8d89f25680f4f601ecd33"; 16 + hash = "sha256-n7jG8wF0lhiky3/jJr8lCFyUtqZEInYA0J0K9W6Bq3I="; 17 17 }; 18 18 19 19 installPhase = ''
+3 -3
pkgs/opencode/plugins/morph-fast-apply/default.nix
··· 7 7 }: 8 8 mkOpencodePlugin rec { 9 9 pname = "morph-fast-apply"; 10 - version = "1.9.0"; 10 + version = "1.10.0"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "JRedeker"; 14 14 repo = "opencode-${pname}"; 15 15 rev = "v${version}"; 16 - hash = "sha256-XjZDwSPidAgNZHyIh6VjOiuDrjOeTFdC5fmTK0UZVm8="; 16 + hash = "sha256-tz4T03Zw5HJUwLeRf58qjsVr+LKXauY1C8QWJFm9+rI="; 17 17 }; 18 18 19 - dependencyHash = "sha256-G4g5vBV8/4LRU+8aa4h2vzvuV17e+Dole07poz6r0Hc="; 19 + dependencyHash = "sha256-JdWixTkCZqmpAvmrIOw2ABD0WImYGJgP/0MJuvCtMfs="; 20 20 21 21 buildCommand = "bun build index.ts --outdir dist --target node"; 22 22
+3 -3
pkgs/opencubicplayer/default.nix
··· 60 60 in 61 61 stdenv.mkDerivation { 62 62 pname = "opencubicplayer"; 63 - version = "3.3.1-unstable-2026-05-29"; 63 + version = "3.3.1-unstable-2026-06-06"; 64 64 65 65 src = fetchFromGitHub { 66 66 owner = "mywave82"; 67 67 repo = "opencubicplayer"; 68 - rev = "f6aea151ed8c375b210afa5cf6db4674518ff901"; 68 + rev = "d1037e8502ae8fd39e3b84cfc954d65c6068980c"; 69 69 fetchSubmodules = true; 70 - hash = "sha256-mAWwy3v2XffPOa2IMu00sOm6LvjKo22bdY87jiZeedQ="; 70 + hash = "sha256-xd4zsH3u2sdcoLf2Yf9E5GjC3+5f+sZ84Vw6OzhoP+I="; 71 71 }; 72 72 73 73 nativeBuildInputs = [