File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 104
104
} ;
105
105
106
106
devnet-union-minimal = mkCosmosDevnet {
107
- node = ( get-flake inputs . v0_19_0 ) . packages . ${ system } . uniond ;
107
+ node = ( get-flake inputs . v0_21_0 ) . packages . ${ system } . uniond ;
108
108
chainId = "union-minimal-devnet-1" ;
109
109
chainName = "union-minimal" ;
110
110
denom = "muno" ;
Original file line number Diff line number Diff line change 10
10
partitionType = "count" ;
11
11
preConfigureHooks = [
12
12
''
13
- cp -r ${ self' . packages . uniond } /bin/uniond $PWD/unionvisor/src/testdata/test_init_cmd/bundle/bins/genesis
13
+ cp -r ${ self' . packages . uniond-release } /bin/uniond $PWD/unionvisor/src/testdata/test_init_cmd/bundle/bins/genesis
14
14
''
15
15
''
16
16
echo 'patching testdata'
42
42
( version : {
43
43
name =
44
44
"${ meta . versions_directory } /${ version } /${ meta . binary_name } " ;
45
- path = pkgs . lib . getExe ( get-flake "${ inputs . "${ swapDotsWithUnderscores version } " } " ) . packages . ${ system } . uniond ;
45
+ path = pkgs . lib . getExe ( get-flake "${ inputs . "${ swapDotsWithUnderscores version } " } " ) . packages . ${ system } . uniond-release ;
46
46
} )
47
47
versions
48
48
++ # add `nextVersion` to the bundle if supplied
49
49
pkgs . lib . lists . optional ( nextVersion != "" ) ( {
50
50
name = "${ meta . versions_directory } /${ nextVersion } /${ meta . binary_name } " ;
51
- path = pkgs . lib . getExe self' . packages . uniond ;
51
+ path = pkgs . lib . getExe self' . packages . uniond-release ;
52
52
} ) ) ;
53
53
54
54
mkUnionvisorImage = unionvisorBundle : pkgs . dockerTools . buildImage {
You can’t perform that action at this time.
0 commit comments