From a63f91d25bc199fcdcddefc46df0532809dc7263 Mon Sep 17 00:00:00 2001 From: nix-update bot Date: Mon, 30 Mar 2026 04:01:20 +0200 Subject: [PATCH] chore: update flake inputs - opencode(v1.3.6) --- flake.lock | 20 ++++++++++---------- flake.nix | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/flake.lock b/flake.lock index 9adfb55..a9ecfd3 100644 --- a/flake.lock +++ b/flake.lock @@ -22,11 +22,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1774386573, - "narHash": "sha256-4hAV26quOxdC6iyG7kYaZcM3VOskcPUrdCQd/nx8obc=", + "lastModified": 1774709303, + "narHash": "sha256-D3Q07BbIA2KnTcSXIqqu9P586uWxN74zNoCH3h2ESHg=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "46db2e09e1d3f113a13c0d7b81e2f221c63b8ce9", + "rev": "8110df5ad7abf5d4c0f6fb0f8f978390e77f9685", "type": "github" }, "original": { @@ -38,11 +38,11 @@ }, "nixpkgs-master": { "locked": { - "lastModified": 1774789958, - "narHash": "sha256-pMkih8KCWRsgJYwnO+UyW8/+KX9rcEzClnP1OOnZ23E=", + "lastModified": 1774835230, + "narHash": "sha256-TQg2v9bufA/37dxtBzP9/gZeyxLDr5MIrvgV1Kv6FjU=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "91849ded6ed12d309e6697bea17e0bda5fdc7ad3", + "rev": "8155abb4814accbfe9a36b7e67d622777a9acde2", "type": "github" }, "original": { @@ -59,16 +59,16 @@ ] }, "locked": { - "lastModified": 1774755772, - "narHash": "sha256-6H2zzW0PrNGYAn/WamOzdQsZWP5IAKg1p1qjLBOFIDs=", + "lastModified": 1774807340, + "narHash": "sha256-OV76SWqiBguUupfbkJMBVrslJoTqSh4epNjEp/HE/cY=", "owner": "anomalyco", "repo": "opencode", - "rev": "0bc2f99f2d314800071426de1e27c1d17c2eff85", + "rev": "e7f94f9b9a3bd8742330e4a7ba8573ac21042c01", "type": "github" }, "original": { "owner": "anomalyco", - "ref": "v1.3.5", + "ref": "v1.3.6", "repo": "opencode", "type": "github" } diff --git a/flake.nix b/flake.nix index 4c5d7c8..73ca845 100644 --- a/flake.nix +++ b/flake.nix @@ -12,7 +12,7 @@ # opencode needs newer bun from master opencode = { - url = "github:anomalyco/opencode/v1.3.5"; + url = "github:anomalyco/opencode/v1.3.6"; inputs.nixpkgs.follows = "nixpkgs-master"; };