summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-08-13 00:22:17 -0500
committerGitHub <noreply@github.com>2022-08-13 00:22:17 -0500
commit894b406dc3b367daf7f3accd22bbcd72c2b10a3b (patch)
treedae503f4cbaef9c45a1f57623c8d7cd6f837b66f
parent71d9ee04f44051acbca335b6c5f583902e329987 (diff)
parentc621e100ee79b3d60b6bf2fa92c6874aa2b50a1f (diff)
Merge pull request #184129 from r-ryantm/auto-update/wabt
wabt: 1.0.28 -> 1.0.29
-rw-r--r--pkgs/development/tools/wabt/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/wabt/default.nix b/pkgs/development/tools/wabt/default.nix
index 27e702881282..d74d4ad422e8 100644
--- a/pkgs/development/tools/wabt/default.nix
+++ b/pkgs/development/tools/wabt/default.nix
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "wabt";
- version = "1.0.28";
+ version = "1.0.29";
src = fetchFromGitHub {
owner = "WebAssembly";
repo = "wabt";
rev = version;
- sha256 = "sha256-nNR2r8jiS0XKru6IdSeTDeCp1izO0xORiupJRa+fhHY=";
+ sha256 = "sha256-7Kh8kCwdSZX7E2s7UWptQHabYCVZG4luMiB1RJ72hQc=";
fetchSubmodules = true;
};