wasmedge: 0.12.0 -> 0.12.1

This commit is contained in:
R. Ryantm 2023-05-24 02:14:48 +00:00
parent b90d1e02ee
commit f623e28102

View File

@ -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 = [