Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Update heartwood to rc.8
Sebastian Martinez committed 2 years ago
commit ec0aa4d982812a44dd2c18f5b6e2e4ac6f34f2e7
parent 2fc03f33129a1319e01a0c6cbefaa2c6991bd221
4 files changed +9 -9
modified flake.lock
@@ -64,16 +64,16 @@
        "rust-overlay": "rust-overlay"
      },
      "locked": {
-
        "lastModified": 1714387799,
-
        "narHash": "sha256-tjuNtf1+QvW0JBlLPV/rxD4jrSeG8amyUacNZyoTShU=",
-
        "ref": "refs/namespaces/z6MksFqXN3Yhqk8pTJdUGLwATkRfQvwZXPqR2qMEhbS9wzpT/refs/tags/v1.0.0-rc.6",
-
        "rev": "0c610887ce36151726d56955018f1fb7a9f0a5d2",
-
        "revCount": 1883,
+
        "lastModified": 1714650527,
+
        "narHash": "sha256-F2n7ui0EgXK8fT76M14RVhXXGeRYub+VpH+puDUJ1pQ=",
+
        "ref": "refs/namespaces/z6MksFqXN3Yhqk8pTJdUGLwATkRfQvwZXPqR2qMEhbS9wzpT/refs/tags/v1.0.0-rc.8",
+
        "rev": "6ce4cecdf3229f4651c33839e073ff383bc40369",
+
        "revCount": 1903,
        "type": "git",
        "url": "https://seed.radicle.xyz/z3gqcJUoA1n9HaHKufZs5FCSGazv5.git"
      },
      "original": {
-
        "ref": "refs/namespaces/z6MksFqXN3Yhqk8pTJdUGLwATkRfQvwZXPqR2qMEhbS9wzpT/refs/tags/v1.0.0-rc.6",
+
        "ref": "refs/namespaces/z6MksFqXN3Yhqk8pTJdUGLwATkRfQvwZXPqR2qMEhbS9wzpT/refs/tags/v1.0.0-rc.8",
        "type": "git",
        "url": "https://seed.radicle.xyz/z3gqcJUoA1n9HaHKufZs5FCSGazv5.git"
      }
modified flake.nix
@@ -4,7 +4,7 @@
    nixpkgs.follows = "heartwood/nixpkgs";
    flake-utils.follows = "heartwood/flake-utils";
    heartwood = {
-
      url = "git+https://seed.radicle.xyz/z3gqcJUoA1n9HaHKufZs5FCSGazv5.git?ref=refs/namespaces/z6MksFqXN3Yhqk8pTJdUGLwATkRfQvwZXPqR2qMEhbS9wzpT/refs/tags/v1.0.0-rc.6";
+
      url = "git+https://seed.radicle.xyz/z3gqcJUoA1n9HaHKufZs5FCSGazv5.git?ref=refs/namespaces/z6MksFqXN3Yhqk8pTJdUGLwATkRfQvwZXPqR2qMEhbS9wzpT/refs/tags/v1.0.0-rc.8";
    };
  };

modified tests/e2e/node.spec.ts
@@ -19,7 +19,7 @@ test("node metadata", async ({ page, peerManager }) => {
  await expect(
    page.getByText(`${shortNodeRemote}@seed.radicle.test:8123`),
  ).toBeVisible();
-
  await expect(page.getByText("1.0.0-rc.6-")).toBeVisible();
+
  await expect(page.getByText("1.0.0-rc.8-")).toBeVisible();
  await peer.stopHttpd();
  await peer.stopNode();
});
modified tests/support/heartwood-release
@@ -1 +1 @@
-
1.0.0-rc.6

\ No newline at end of file
+
1.0.0-rc.8

\ No newline at end of file