Skip to content

Commit 036be6e

Browse files
committed
radicle-node: use fetchFromRadicle
1 parent 0f4642c commit 036be6e

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

pkgs/by-name/ra/radicle-node/package.nix

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
asciidoctor,
3-
fetchgit,
3+
fetchFromRadicle,
44
git,
55
installShellFiles,
66
jq,
@@ -22,9 +22,11 @@ rustPlatform.buildRustPackage rec {
2222
version = "1.3.0";
2323
env.RADICLE_VERSION = version;
2424

25-
src = fetchgit {
26-
url = "https://seed.radicle.xyz/z3gqcJUoA1n9HaHKufZs5FCSGazv5.git";
27-
rev = "refs/namespaces/z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM/refs/tags/v${version}";
25+
src = fetchFromRadicle {
26+
seed = "seed.radicle.xyz";
27+
repo = "z3gqcJUoA1n9HaHKufZs5FCSGazv5";
28+
node = "z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM";
29+
tag = "v${version}";
2830
hash = "sha256-0gK+fM/YGGpxlcR1HQixbLK0/sv+HH29h6ajEP2w2pI=";
2931
leaveDotGit = true;
3032
postFetch = ''

0 commit comments

Comments
 (0)