Skip to content

Commit 3e6a1b6

Browse files
committed
fix(nix flake): version and description
1 parent 6b780b3 commit 3e6a1b6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
rustPlatform.buildRustPackage {
44
pname = "goboscript";
5-
version = "3.0.0";
5+
version = "3.3.0";
66

77
src = ./.;
88

@@ -14,7 +14,7 @@ rustPlatform.buildRustPackage {
1414
buildInputs = [ openssl ];
1515

1616
meta = {
17-
description = "Scratch compiler";
17+
description = "goboscript is the Scratch compiler";
1818
homepage = "https://github.com/aspizu/goboscript";
1919
license = lib.licenses.mit;
2020
};

0 commit comments

Comments
 (0)