Skip to content

Commit

Permalink
Update Osmosis from v25.0.0 to v25.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ljoss17 committed Aug 5, 2024
1 parent 826b8dd commit 009a7d8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
juno-src.url = "github:CosmosContracts/juno/v22.0.0";
juno-src.flake = false;

osmosis-src.url = "github:osmosis-labs/osmosis/v25.0.0";
osmosis-src.url = "github:osmosis-labs/osmosis/v25.2.0";
osmosis-src.flake = false;

sentinel-src.url = "github:sentinel-official/hub/v0.9.0-rc0";
Expand Down
4 changes: 2 additions & 2 deletions packages/osmosis.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
}:
cosmosLib.mkCosmosGoApp {
name = "osmosis";
version = "v25.0.0";
version = "v25.2.0";
goVersion = "1.21";
src = osmosis-src;
rev = osmosis-src.rev;
vendorHash = "sha256-G/LIUpwWDIwB8oGBnNQ00Y7knoZSYjnON+3+VgIHSQQ=";
vendorHash = "sha256-ZzgAg7Z7cgJir3rfcrQISoT+Ep5UmMY/uVN985UaPYU=";
tags = ["netgo"];
excludedPackages = ["cl-genesis-positions"];
engine = "cometbft/cometbft";
Expand Down

0 comments on commit 009a7d8

Please sign in to comment.