Loading nixos/tests/radicle.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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" Loading pkgs/by-name/ra/radicle-node/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -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, }: Loading Loading
nixos/tests/radicle.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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" Loading
pkgs/by-name/ra/radicle-node/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -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, }: Loading