Unverified Commit e91b3f8c authored by Felix Bargfeldt's avatar Felix Bargfeldt Committed by GitHub
Browse files

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

parents 03cf1ed0 df225055
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
{ 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;
}