Loading pkgs/by-name/wa/wazero/package.nix +8 −9 Original line number Diff line number Diff line Loading @@ -6,14 +6,14 @@ wazero, }: buildGoModule rec { buildGoModule (finalAttrs: { pname = "wazero"; version = "1.9.0"; src = fetchFromGitHub { owner = "tetratelabs"; repo = "wazero"; rev = "v${version}"; tag = "v${finalAttrs.version}"; hash = "sha256-yxnHLc0PFxh8NRBgK2hvhKaxRM1w3IZ9TnfJM0+uadg="; }; Loading @@ -25,8 +25,7 @@ buildGoModule rec { ldflags = [ "-s" "-w" "-X=github.com/tetratelabs/wazero/internal/version.version=${version}" "-X=github.com/tetratelabs/wazero/internal/version.version=${finalAttrs.version}" ]; checkFlags = [ Loading @@ -41,12 +40,12 @@ buildGoModule rec { }; }; meta = with lib; { meta = { description = "Zero dependency WebAssembly runtime for Go developers"; homepage = "https://github.com/tetratelabs/wazero"; changelog = "https://github.com/tetratelabs/wazero/releases/tag/${src.rev}"; license = licenses.asl20; maintainers = [ ]; maintainers = with lib.maintainers; [ liberodark ]; changelog = "https://github.com/tetratelabs/wazero/releases/tag/${finalAttrs.src.tag}"; license = lib.licenses.asl20; mainProgram = "wazero"; }; } }) Loading
pkgs/by-name/wa/wazero/package.nix +8 −9 Original line number Diff line number Diff line Loading @@ -6,14 +6,14 @@ wazero, }: buildGoModule rec { buildGoModule (finalAttrs: { pname = "wazero"; version = "1.9.0"; src = fetchFromGitHub { owner = "tetratelabs"; repo = "wazero"; rev = "v${version}"; tag = "v${finalAttrs.version}"; hash = "sha256-yxnHLc0PFxh8NRBgK2hvhKaxRM1w3IZ9TnfJM0+uadg="; }; Loading @@ -25,8 +25,7 @@ buildGoModule rec { ldflags = [ "-s" "-w" "-X=github.com/tetratelabs/wazero/internal/version.version=${version}" "-X=github.com/tetratelabs/wazero/internal/version.version=${finalAttrs.version}" ]; checkFlags = [ Loading @@ -41,12 +40,12 @@ buildGoModule rec { }; }; meta = with lib; { meta = { description = "Zero dependency WebAssembly runtime for Go developers"; homepage = "https://github.com/tetratelabs/wazero"; changelog = "https://github.com/tetratelabs/wazero/releases/tag/${src.rev}"; license = licenses.asl20; maintainers = [ ]; maintainers = with lib.maintainers; [ liberodark ]; changelog = "https://github.com/tetratelabs/wazero/releases/tag/${finalAttrs.src.tag}"; license = lib.licenses.asl20; mainProgram = "wazero"; }; } })