We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca21e64 commit b8b7828Copy full SHA for b8b7828
flake.nix
@@ -67,7 +67,7 @@
67
68
packages.default = pkgs.buildGoModule {
69
pname = "mms";
70
- version = "0.2.3";
+ version = "0.2.5";
71
src = ./.;
72
vendorHash = null;
73
# If you use vendoring, run `go mod vendor` and replace null with the hash
@@ -80,7 +80,7 @@
80
81
packages.wasm = pkgs.stdenvNoCC.mkDerivation {
82
pname = "mms-wasm";
83
84
85
buildInputs = [ pkgs.go ];
86
buildPhase = ''
wasm/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@minecraftmetascript/mms-wasm",
3
- "version": "0.2.4",
+ "version": "0.2.5",
4
"keywords": [],
5
"author": "",
6
"license": "MIT",
0 commit comments