File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 1313 repo = "status-go" ;
1414 rev = "unknown" ;
1515 shortRev = rev ;
16- rawVersion = "develop " ;
17- cleanVersion = rawVersion ;
16+ version = "unknown " ;
17+ cleanVersion = version ;
1818 goPackagePath = "github.com/${ owner } /${ repo } " ;
1919 # We use builtins.path so that we can name the resulting derivation,
2020 # Normally the name would not be deterministic, taken from the checkout directory.
4343 inherit ( versionJSON ) owner repo version ;
4444 rev = versionJSON . commit-sha1 ;
4545 shortRev = strings . substring 0 7 rev ;
46- rawVersion = versionJSON . version ;
4746 cleanVersion = lib . sanitizeVersion versionJSON . version ;
4847 # Need to pretend this is from status-im to let Go build it.
4948 goPackagePath = "github.com/status-im/${ repo } " ;
You can’t perform that action at this time.
0 commit comments