We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef596fa commit 7dcefbcCopy full SHA for 7dcefbc
packages/wasmd/default.nix
@@ -23,17 +23,17 @@ let
23
in
24
buildGoModule rec {
25
pname = "wasmd";
26
- version = "0.31.0";
+ version = "0.55.0";
27
28
src = fetchFromGitHub {
29
owner = "CosmWasm";
30
repo = "wasmd";
31
rev = "v${version}";
32
- hash = "sha256-lxx1rKvgzvWKeGnUG4Ij7K6tfL7u3cIaf6/CYRvkqLg=";
+ hash = "sha256-eqZ0flKczjZDazaA2CHsPwZofMiIXLLRewSz4HLQFLo=";
33
};
34
35
proxyVendor = true;
36
- vendorHash = "sha256-xf4yCCb+VnU+fGHTyJ4Y9DKDDZpgUeemuEQCavHhFdM=";
+ vendorHash = "sha256-Vj0as1zfs/qiDzD98aMW7jk11QvEzRgguyDK/+SGF3s=";
37
38
subPackages = [ "cmd/wasmd" ];
39
0 commit comments