Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Update heartwood and nix flake
Sebastian Martinez committed 2 years ago
commit 4c569a1e3d5120d2b8cfe0e1baa772c1c497767f
parent d7d343a4426bece870543d291a227e73fcb601ae
4 files changed +8 -8
modified flake.lock
@@ -64,17 +64,17 @@
        "rust-overlay": "rust-overlay"
      },
      "locked": {
-
        "lastModified": 1710160177,
-
        "narHash": "sha256-lR9AF8m60UzPWittctKgeFaTekY/ZSAr6NdsMbRMleI=",
+
        "lastModified": 1711445791,
+
        "narHash": "sha256-oPsGi//SKja/O6BKg3kqmF/2AdcE+wP68zOYBxvPIWE=",
        "ref": "master",
-
        "rev": "570a7eb141b6ba001713c46345d79b6fead1ca15",
-
        "revCount": 1758,
+
        "rev": "77076af23c9cbbf124755f3737d523a77a5bb534",
+
        "revCount": 1812,
        "type": "git",
        "url": "https://seed.radicle.xyz/z3gqcJUoA1n9HaHKufZs5FCSGazv5.git"
      },
      "original": {
        "ref": "master",
-
        "rev": "570a7eb141b6ba001713c46345d79b6fead1ca15",
+
        "rev": "77076af23c9cbbf124755f3737d523a77a5bb534",
        "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=master&rev=570a7eb141b6ba001713c46345d79b6fead1ca15";
+
      url = "git+https://seed.radicle.xyz/z3gqcJUoA1n9HaHKufZs5FCSGazv5.git?ref=master&rev=77076af23c9cbbf124755f3737d523a77a5bb534";
    };
  };

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("0.1.0-")).toBeVisible();
+
  await expect(page.getByText("vpre-release-")).toBeVisible();
  await peer.stopHttpd();
  await peer.stopNode();
});
modified tests/support/heartwood-version
@@ -1 +1 @@
-
570a7eb141b6ba001713c46345d79b6fead1ca15
+
77076af23c9cbbf124755f3737d523a77a5bb534