update beads and gastown

This commit is contained in:
2026-01-23 14:18:05 -08:00
parent d2c7599267
commit 933612da4c
2 changed files with 14 additions and 14 deletions

26
flake.lock generated
View File

@@ -8,17 +8,17 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1769020852, "lastModified": 1769204611,
"narHash": "sha256-MR6evuoa8w6mjYTesTAa3bsRH+c3IB7EOEDTCjsiAp8=", "narHash": "sha256-OcrHcO/TD4x5T7n1N1q8LgxA5Wb2cOaSsbj7HFzn6RA=",
"owner": "steveyegge", "ref": "refs/heads/main",
"repo": "beads", "rev": "a45b441bc57e65380e44cab1f4a43f8033aa26dd",
"rev": "cb46db603d34c0190605eecb8724a6c581119f09", "revCount": 5462,
"type": "github" "type": "git",
"url": "ssh://git@git.johnogle.info:2222/johno/beads.git"
}, },
"original": { "original": {
"owner": "steveyegge", "type": "git",
"repo": "beads", "url": "ssh://git@git.johnogle.info:2222/johno/beads.git"
"type": "github"
} }
}, },
"doomemacs": { "doomemacs": {
@@ -81,11 +81,11 @@
"gastown": { "gastown": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1769031452, "lastModified": 1769205156,
"narHash": "sha256-tTvtLvTr38okqbpNnr5exfurI6VkVKNLcnM+A6O7DGY=", "narHash": "sha256-35l9NbnkDK8GsWocybJ0H0PrRWmj+lRYxTSB5MMTrow=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "93e22595cd59802a24253b100dcfae98a6849428", "rev": "ec5a4460f3b46726b3c5498fb16485fd8720f175",
"revCount": 2938, "revCount": 3016,
"type": "git", "type": "git",
"url": "ssh://git@git.johnogle.info:2222/johno/gastown.git" "url": "ssh://git@git.johnogle.info:2222/johno/gastown.git"
}, },

View File

@@ -43,7 +43,7 @@
}; };
beads = { beads = {
url = "github:steveyegge/beads"; url = "git+ssh://git@git.johnogle.info:2222/johno/beads.git";
inputs.nixpkgs.follows = "nixpkgs-unstable"; inputs.nixpkgs.follows = "nixpkgs-unstable";
}; };