Skip to content

Commit

Permalink
Update status-go to v0.167.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaliy Vlasov committed Oct 3, 2023
1 parent 878a1cc commit fbe30d7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion nix/status-go/library/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ buildGoPackage {
runHook preBuild
go build \
-buildmode='c-archive' \
-tags='gowaku_skip_migrations' \
-tags='gowaku_skip_migrations gowaku_no_rln' \
-o "$out/libstatus.a" \
$NIX_BUILD_TOP/main.go
runHook postBuild
Expand Down
2 changes: 1 addition & 1 deletion nix/status-go/mobile/build.nix
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ in buildGoPackage {
-target=${concatStringsSep "," targets} \
${optionalString isAndroid "-androidapi=${platformVersion}" } \
${optionalString isIOS "-iosversion=${platformVersion}" } \
-tags='${optionalString isIOS "nowatchdog"} gowaku_skip_migrations' \
-tags='${optionalString isIOS "nowatchdog"} gowaku_skip_migrations gowaku_no_rln' \
-o ${outputFileName} \
${source.goPackagePath}/mobile
Expand Down
6 changes: 3 additions & 3 deletions status-go-version.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"_comment": "Instead use: scripts/update-status-go.sh <rev>",
"owner": "status-im",
"repo": "status-go",
"version": "v0.167.5",
"commit-sha1": "c88b6e53af42c1c7a3b7d252093a687dafaf4aac",
"src-sha256": "13qrz8wgbqldl1vd3qwyrayfiay5j3i79f7a7g0lcwchc7k3k50a"
"version": "v0.167.6",
"commit-sha1": "e1354016a08fed9272841901578aee2c48b564e7",
"src-sha256": "05mf13illjq4ykkpb7b0wa012y7bf8gs0cwh4163s8vcnmxdjj4b"
}

0 comments on commit fbe30d7

Please sign in to comment.