diff --git a/flake.lock b/flake.lock index df77f7a..b1e5856 100644 --- a/flake.lock +++ b/flake.lock @@ -12940,16 +12940,16 @@ "plutarch": "plutarch_7" }, "locked": { - "lastModified": 1660151677, - "narHash": "sha256-sUdXtVdCpm7pgmw0f+b0FyF4Bf0VX+1kTY5U8O3H4uk=", + "lastModified": 1660709756, + "narHash": "sha256-L9S9UYtpeTVGFmKNj8c/H3i17Jx8asCiW43xblN5nBo=", "owner": "Liqwid-Labs", "repo": "plutarch-context-builder", - "rev": "7033ca3c18968cfd206afbbd40861a0a778b414c", + "rev": "cc91cd134ce01e280df3b0ce09a25ede54dbf9b6", "type": "github" }, "original": { "owner": "Liqwid-Labs", - "ref": "staging", + "ref": "main", "repo": "plutarch-context-builder", "type": "github" } diff --git a/flake.nix b/flake.nix index 058ab1e..80bb012 100644 --- a/flake.nix +++ b/flake.nix @@ -32,7 +32,7 @@ plutarch-quickcheck.url = "github:liqwid-labs/plutarch-quickcheck?ref=staging"; plutarch-context-builder.url = - "github:Liqwid-Labs/plutarch-context-builder?ref=staging"; + "github:Liqwid-Labs/plutarch-context-builder?ref=main"; plutarch-script-export.url = "github:Liqwid-Labs/plutarch-script-export?ref=main";