Skip to content

Commit 02394e9

Browse files
wasmd: 0.31.0 -> 0.55.0
Diff: CosmWasm/wasmd@v0.31.0...v0.55.0
1 parent d668ab0 commit 02394e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/wasmd/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,17 @@ let
2323
in
2424
buildGoModule rec {
2525
pname = "wasmd";
26-
version = "0.31.0";
26+
version = "0.55.0";
2727

2828
src = fetchFromGitHub {
2929
owner = "CosmWasm";
3030
repo = "wasmd";
3131
rev = "v${version}";
32-
hash = "sha256-lxx1rKvgzvWKeGnUG4Ij7K6tfL7u3cIaf6/CYRvkqLg=";
32+
hash = "sha256-eqZ0flKczjZDazaA2CHsPwZofMiIXLLRewSz4HLQFLo=";
3333
};
3434

3535
proxyVendor = true;
36-
vendorHash = "sha256-xf4yCCb+VnU+fGHTyJ4Y9DKDDZpgUeemuEQCavHhFdM=";
36+
vendorHash = "sha256-Vj0as1zfs/qiDzD98aMW7jk11QvEzRgguyDK/+SGF3s=";
3737

3838
subPackages = [ "cmd/wasmd" ];
3939

0 commit comments

Comments
 (0)