chore: update flake inputs - opencode(v1.3.4)

This commit is contained in:
nix-update bot
2026-03-29 04:01:02 +02:00
parent 564d209402
commit c72bd4fdc8
2 changed files with 11 additions and 11 deletions

20
flake.lock generated
View File

@@ -7,11 +7,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1774509076, "lastModified": 1774647994,
"narHash": "sha256-3Z/1xfP4jJsSONprD5rMLpag+YFVDCkfGg1rY5+w20s=", "narHash": "sha256-rlag0DprIbYK12lsHyYtLcKwTKi1K0YHIy6v01+r9p8=",
"owner": "basecamp", "owner": "basecamp",
"repo": "basecamp-cli", "repo": "basecamp-cli",
"rev": "3d601714b184004af17e169d227f15afd14bc5f9", "rev": "c42190e9aaa135cc99e8ae0af388ed5b88c10c37",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -38,11 +38,11 @@
}, },
"nixpkgs-master": { "nixpkgs-master": {
"locked": { "locked": {
"lastModified": 1774532607, "lastModified": 1774748653,
"narHash": "sha256-koMw5uDa2TwQ3/lZ49Jiy4Qj1lNjv80YnCen11P+uKY=", "narHash": "sha256-EOtFeBcKd81RM5j68T8dtKcYYyc//F0GpVeEQIhUoAk=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "c5f84fa27a537e6899c9f636f8810df05fc625cb", "rev": "8bd5b1affa99ab6415f75ab8e6fa557c44872be6",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -59,16 +59,16 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1774392635, "lastModified": 1774746044,
"narHash": "sha256-04eOIBHX9e8Brwn+uL/7q8szvRUilr4G0B8eB76dhKU=", "narHash": "sha256-R/2irENxCD2tlYyGlYCymWjJ4jlqMVP6qFIAADTV07o=",
"owner": "anomalyco", "owner": "anomalyco",
"repo": "opencode", "repo": "opencode",
"rev": "0dcdf5f529dced23d8452c9aa5f166abb24d8f7c", "rev": "f0a9075fdf4d2c93ca3e1b27b953a871b03846ce",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "anomalyco", "owner": "anomalyco",
"ref": "v1.3.2", "ref": "v1.3.4",
"repo": "opencode", "repo": "opencode",
"type": "github" "type": "github"
} }

View File

@@ -12,7 +12,7 @@
# opencode needs newer bun from master # opencode needs newer bun from master
opencode = { opencode = {
url = "github:anomalyco/opencode/v1.3.2"; url = "github:anomalyco/opencode/v1.3.4";
inputs.nixpkgs.follows = "nixpkgs-master"; inputs.nixpkgs.follows = "nixpkgs-master";
}; };