From 2647d78d7083b5560a9f77df618345a64d4ddb6e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 09:53:54 +0000 Subject: [PATCH] Update Holonix versions on main (#53) * [create-pull-request] automated change * Bump Lair --------- Co-authored-by: holochain-release-automation2 <100725712+holochain-release-automation2@users.noreply.github.com> Co-authored-by: ThetaSinner --- flake.lock | 28 ++++++++++++++-------------- flake.nix | 4 ++-- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/flake.lock b/flake.lock index 30c1a50..4b85fbf 100644 --- a/flake.lock +++ b/flake.lock @@ -2,11 +2,11 @@ "nodes": { "crane": { "locked": { - "lastModified": 1725409566, - "narHash": "sha256-PrtLmqhM6UtJP7v7IGyzjBFhbG4eOAHT6LPYOFmYfbk=", + "lastModified": 1727235847, + "narHash": "sha256-MoEot8izwkfGm1h5ak8hS2bu59mLmKeevlP/OvFLCzM=", "owner": "ipetkov", "repo": "crane", - "rev": "7e4586bad4e3f8f97a9271def747cf58c4b68f3c", + "rev": "08f45b5a2e01cf34ca6081188c6d16aa35581b09", "type": "github" }, "original": { @@ -70,16 +70,16 @@ "holochain": { "flake": false, "locked": { - "lastModified": 1726621288, - "narHash": "sha256-zUvEfTRX7acCzhEBgL8gkrngH7ryT18p1J2lOTE9uOo=", + "lastModified": 1727226305, + "narHash": "sha256-a4zt59D7LRnhkryusxyDGCmBxB2GOmEJDCOTLab1gY0=", "owner": "holochain", "repo": "holochain", - "rev": "1c38ad228103e2994399e735ccca9c4d850aec19", + "rev": "b42fb1ba3c439a7fe561cc627c5d53280fd2a83b", "type": "github" }, "original": { "owner": "holochain", - "ref": "holochain-0.4.0-dev.25", + "ref": "holochain-0.4.0-dev.26", "repo": "holochain", "type": "github" } @@ -87,16 +87,16 @@ "lair-keystore": { "flake": false, "locked": { - "lastModified": 1726521249, - "narHash": "sha256-SZPhvZ7D5tNr3dKuxUp/zUOnfFe8UBG/uqWc9vQgUMM=", + "lastModified": 1726865440, + "narHash": "sha256-+ARQs+Sfmh8QXMyjjHjm6Ib8Ag86Jm2vnyB6l3zTCgA=", "owner": "holochain", "repo": "lair", - "rev": "6bbd604bff3d5eda528bb2da9c3aa1e1e71e429d", + "rev": "9f306efed597765b70da704e1739ecc67f2510e0", "type": "github" }, "original": { "owner": "holochain", - "ref": "lair_keystore-v0.5.1", + "ref": "lair_keystore-v0.5.2", "repo": "lair", "type": "github" } @@ -148,11 +148,11 @@ ] }, "locked": { - "lastModified": 1726453838, - "narHash": "sha256-pupsow4L79SBfNwT6vh/5RAbVZuhngIA0RTCZksXmZY=", + "lastModified": 1727231386, + "narHash": "sha256-XLloPtQHKk/Tdt8t8zIb+JhmunlH3YB9Jz8RTlQ3N/4=", "owner": "oxalica", "repo": "rust-overlay", - "rev": "ca2e79cd22625d214b8437c2c4080ce79bd9f7d2", + "rev": "b5f76c3b09a8194889f5328a480fbea1a9115518", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 90dab2f..4ccf2a5 100644 --- a/flake.nix +++ b/flake.nix @@ -22,13 +22,13 @@ # Holochain sources holochain = { - url = "github:holochain/holochain/holochain-0.4.0-dev.25"; + url = "github:holochain/holochain/holochain-0.4.0-dev.26"; flake = false; }; # Lair keystore sources lair-keystore = { - url = "github:holochain/lair/lair_keystore-v0.5.1"; + url = "github:holochain/lair/lair_keystore-v0.5.2"; flake = false; };