Skip to content

Commit d133d7b

Browse files
committed
Update Neutron from v3.0.2 to v3.0.5
1 parent 9a18b54 commit d133d7b

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

flake.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@
233233
celestia-node-src.url = "github:celestiaorg/celestia-node/v0.13.0";
234234
celestia-node-src.flake = false;
235235

236-
neutron-src.url = "github:neutron-org/neutron/v3.0.2";
236+
neutron-src.url = "github:neutron-org/neutron/v3.0.5";
237237
neutron-src.flake = false;
238238

239239
provenance-src.url = "github:/provenance-io/provenance/v1.17.0";

packages/neutron.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
cosmosLib.mkCosmosGoApp {
77
goVersion = "1.21";
88
name = "neutron";
9-
version = "v3.0.2";
9+
version = "v3.0.5";
1010
src = neutron-src;
1111
rev = neutron-src.rev;
12-
vendorHash = "sha256-Ao/soQsOw00QZ8c7BF42od303wdiFo30flWSPTm5Mzc=";
12+
vendorHash = "sha256-6WV7Z0KbvDReCJ7JccPnRWPkR4BMrfxRouTC5cC6PZc=";
1313
engine = "cometbft/cometbft";
1414
preFixup = ''
1515
${cosmosLib.wasmdPreFixupPhase libwasmvm_1_5_2 "neutrond"}

0 commit comments

Comments
 (0)