[NixOS] Bump cc version
This commit is contained in:
@@ -2,9 +2,10 @@ final: prev:
|
|||||||
let
|
let
|
||||||
# Claude Code version override - update these values to bump the version
|
# Claude Code version override - update these values to bump the version
|
||||||
claudeCodeVersion = {
|
claudeCodeVersion = {
|
||||||
version = "2.0.67";
|
version = "2.1.2";
|
||||||
hash = "sha256-HwT9YfoX44b18Sr1VdXMo0X7nIBrai1AAGPbV9l0zv8=";
|
hash = "sha256-yCRQtK286EOGVs+0SMokATpvwCeZC4irV1bmhU0kgiI=";
|
||||||
npmDepsHash = "sha256-DNdRkN/rpCsN8fnZbz18r2KRUTl5HCur+GyrofH+T/Y=";
|
npmDepsHash = "";
|
||||||
|
};
|
||||||
|
|
||||||
# Codex version override - update these values to bump the version
|
# Codex version override - update these values to bump the version
|
||||||
codexVersion = {
|
codexVersion = {
|
||||||
@@ -99,6 +100,10 @@ in
|
|||||||
meta = prev.runc.meta // {};
|
meta = prev.runc.meta // {};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
synergy = prev.synergy.overrideAttrs (old: {
|
||||||
|
patches = (old.patches or []) ++ [ ./synergy-cstdint.patch ];
|
||||||
|
});
|
||||||
|
|
||||||
rofi-systemd = prev.rofi-systemd.overrideAttrs (_: {
|
rofi-systemd = prev.rofi-systemd.overrideAttrs (_: {
|
||||||
src = prev.fetchFromGitHub {
|
src = prev.fetchFromGitHub {
|
||||||
repo = "rofi-systemd";
|
repo = "rofi-systemd";
|
||||||
|
|||||||
Reference in New Issue
Block a user