🤖 codex: pin clawdis to upstream beta4

What: pin Clawdis source to steipete v2.0.0-beta4 and update hashes/flake.lock.\nWhy: upstream main fails to build; beta4 builds cleanly.\nTests: nix build .#clawdis-gateway
This commit is contained in:
Josh Palmer 2026-01-02 15:27:28 +01:00
parent 82007de954
commit 7c33ebe1bb
3 changed files with 65 additions and 4 deletions

61
flake.lock generated Normal file
View File

@ -0,0 +1,61 @@
{
"nodes": {
"flake-utils": {
"inputs": {
"systems": "systems"
},
"locked": {
"lastModified": 1731533236,
"narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "11707dc2f618dd54ca8739b309ec4fc024de578b",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1767116409,
"narHash": "sha256-5vKw92l1GyTnjoLzEagJy5V5mDFck72LiQWZSOnSicw=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "cad22e7d996aea55ecab064e84834289143e44a0",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
"flake-utils": "flake-utils",
"nixpkgs": "nixpkgs"
}
},
"systems": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
}
},
"root": "root",
"version": 7
}

View File

@ -12,7 +12,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "clawdis-gateway";
version = "0-unstable-2025-12-28";
version = "2.0.0-beta4";
src = fetchFromGitHub sourceInfo;

View File

@ -1,7 +1,7 @@
# Pinned Clawdis source (mirrors nixos-config)
{
owner = "joshp123";
owner = "steipete";
repo = "clawdis";
rev = "d4ee40db53a1d00b448a1153f2be58007213110f";
hash = "sha256-rxB9JJd0YBkIO+JhAgeVm4n1VY4io9+px3zxfcMO8NM=";
rev = "e5cae2a2e4676111d7bbf1cd1d9956e78ca9088a";
hash = "sha256-wmuaYtJM5WF5/HnU3+f6Z6qMMLj+ph31ha431WtYvr4=";
}