about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-01-26 17:39:14 -0800
committerR. RyanTM <ryantm-bot@ryantm.com>2019-01-26 17:39:14 -0800
commit68b6efbce9a7547c584d2fecb1a9f328088a6a2e (patch)
treeb4ac5893c3582a039d277f8b57764891b2795b37
parentb7d4a356be49501ea046b28db28dc2807f5fccdb (diff)
downloadnixlib-68b6efbce9a7547c584d2fecb1a9f328088a6a2e.tar
nixlib-68b6efbce9a7547c584d2fecb1a9f328088a6a2e.tar.gz
nixlib-68b6efbce9a7547c584d2fecb1a9f328088a6a2e.tar.bz2
nixlib-68b6efbce9a7547c584d2fecb1a9f328088a6a2e.tar.lz
nixlib-68b6efbce9a7547c584d2fecb1a9f328088a6a2e.tar.xz
nixlib-68b6efbce9a7547c584d2fecb1a9f328088a6a2e.tar.zst
nixlib-68b6efbce9a7547c584d2fecb1a9f328088a6a2e.zip
wabt: 1.0.6 -> 1.0.8
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/wabt/versions
-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 dade09ee5f6e..e9e12c7d20b1 100644
--- a/pkgs/development/tools/wabt/default.nix
+++ b/pkgs/development/tools/wabt/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   name = "wabt-${version}";
-  version = "1.0.6";
+  version = "1.0.8";
 
   src = fetchFromGitHub {
     owner  = "WebAssembly";
     repo   = "wabt";
     rev    = version;
-    sha256 = "0lqsf4wmg24mb3ksmib8xwvmghx8m2vzrjrs8dazwlmik7rill8i";
+    sha256 = "018sb7p8xlvv8p2fdbnl0v98zh78zc8ha74ldw5c8z0i7xzgzj9w";
   };
 
   nativeBuildInputs = [ cmake ];