File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
pkgs/by-name/ra/radicle-node Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 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 = ''
You can’t perform that action at this time.
0 commit comments