Unverified Commit ae343270 authored by Defelo's avatar Defelo
Browse files

radicle-node: 1.6.1 -> 1.7.0

parent 9c21a895
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -188,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,
}: