about summary refs log tree commit diff
path: root/pkgs/development/tools/wasmedge
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-05-24 02:14:48 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-05-24 02:14:48 +0000
commitf623e28102bdd293fe97101b207962895e7e45bc (patch)
tree814744f705ae2513606113e76ad683b9b7ad49e5 /pkgs/development/tools/wasmedge
parentb90d1e02ee29c22bbf58efe84526a467e91b917a (diff)
wasmedge: 0.12.0 -> 0.12.1
Diffstat (limited to 'pkgs/development/tools/wasmedge')
-rw-r--r--pkgs/development/tools/wasmedge/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/wasmedge/default.nix b/pkgs/development/tools/wasmedge/default.nix
index 3b85ed34927da..f925970ac93db 100644
--- a/pkgs/development/tools/wasmedge/default.nix
+++ b/pkgs/development/tools/wasmedge/default.nix
@@ -15,13 +15,13 @@ let
 in
 stdenv.mkDerivation rec {
   pname = "wasmedge";
-  version = "0.12.0";
+  version = "0.12.1";
 
   src = fetchFromGitHub {
     owner = "WasmEdge";
     repo = "WasmEdge";
     rev = version;
-    sha256 = "sha256-4xoS9d5bV9CqYhYTK1wzlA2PKMbsOote6eAeT56ch08=";
+    sha256 = "sha256-pBaa90jvR4tLgVOBZEJOEUY2+VnBmdSN5kkJMB8wdUA=";
   };
 
   nativeBuildInputs = [