We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b780b3 commit 3e6a1b6Copy full SHA for 3e6a1b6
1 file changed
default.nix
@@ -2,7 +2,7 @@
2
3
rustPlatform.buildRustPackage {
4
pname = "goboscript";
5
- version = "3.0.0";
+ version = "3.3.0";
6
7
src = ./.;
8
@@ -14,7 +14,7 @@ rustPlatform.buildRustPackage {
14
buildInputs = [ openssl ];
15
16
meta = {
17
- description = "Scratch compiler";
+ description = "goboscript is the Scratch compiler";
18
homepage = "https://github.com/aspizu/goboscript";
19
license = lib.licenses.mit;
20
};
0 commit comments