Skip to content

Confusing "version" after update - also posted in Discord #55

@zbruhnke

Description

@zbruhnke

Hi folks, quick heads-up from debugging a pin update.

I confirmed the recent pin commit did update nix/sources/openclaw-source.nix correctly (rev/hash/pnpmDepsHash) and regenerated nix/generated/openclaw-config-options.nix, so Git state looks good.

Where I got tripped up was: seeing openclaw-gateway-2026.1.8-2 and openclaw --version made it look like it was still old, but those don’t seem like reliable signals for “which commit is running,” since the gateway package version is hardcoded here:

stdenv.mkDerivation (finalAttrs: {
pname = "openclaw-gateway";
version = "2026.1.8-2";

Curious if it would make sense to add a short post-pin rollout verification step in docs/automation (confirm active /nix/store target changed) so this is easier to validate operationally.

I actually opened a very incorrect issue earlier on the github repo because I got confused by what it was doing, but I deleted and closed it - apologies for that!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions