radicle-node: 1.6.1 -> 1.7.0; radicle-node-unstable: 1.7.0-rc.1 -> 1.7.0 (#501062)

This commit is contained in:
Felix Bargfeldt
2026-03-18 18:52:31 +00:00
committed by GitHub
3 changed files with 10 additions and 7 deletions
+4 -1
View File
@@ -120,6 +120,9 @@ in
};
};
interactive.sshBackdoor.enable = true;
interactive.defaults.virtualisation.graphics = false;
testScript =
{ nodes, ... }@args:
''
@@ -185,7 +188,7 @@ in
)
with subtest("bob can sync bob's repository from the seed"):
bob.succeed(
"cd /tmp/repo && rad sync --seed ${seed-nid}",
"cd /tmp/repo && rad sync --fetch --seed ${seed-nid}",
"cd /tmp/repo && git pull"
)
assert bob.succeed("cat /tmp/repo/testfile") == "hello bob\n"
+3 -3
View File
@@ -15,9 +15,9 @@
xdg-utils,
versionCheckHook,
version ? "1.6.1",
srcHash ? "sha256-7kwtWuYdYG3MDHThCkY5OZmx4pWaQXMYoOlJszmV2rM=",
cargoHash ? "sha256-59RyfSUJNoQ7EtQK3OSYOIO/YVEjeeM9ovbojHFX4pI=",
version ? "1.7.0",
srcHash ? "sha256-8/+ximoCPfNQJ/1APb0d5Z8kfWTI3SoN0RX9qrLP52o=",
cargoHash ? "sha256-xo8bH7f5MrUzoLat67rxiWMA24AnCngUkWWt402XAMQ=",
updateScript ? ./update.sh,
}:
+3 -3
View File
@@ -1,8 +1,8 @@
{ radicle-node }:
radicle-node.override {
version = "1.7.0-rc.1";
srcHash = "sha256-eq7rUzTbmPb0pRfcFnWP4vrbCTbXW9N4BleDCMUnLH8=";
cargoHash = "sha256-OkgWdu+7FY1tq0bjMbhjqjlJT9ZUgR8i12LhqyFJi+A=";
version = "1.7.0";
srcHash = "sha256-8/+ximoCPfNQJ/1APb0d5Z8kfWTI3SoN0RX9qrLP52o=";
cargoHash = "sha256-xo8bH7f5MrUzoLat67rxiWMA24AnCngUkWWt402XAMQ=";
updateScript = ./update-unstable.sh;
}