aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--options.md8
-rw-r--r--package.nix2
2 files changed, 5 insertions, 5 deletions
diff --git a/options.md b/options.md
index a6d12ca8..a12c60e5 100644
--- a/options.md
+++ b/options.md
@@ -35,7 +35,7 @@ package
*Default:*
-` <derivation hakurei-static-x86_64-unknown-linux-musl-0.2.1> `
+` <derivation hakurei-static-x86_64-unknown-linux-musl-0.2.2> `
@@ -313,7 +313,7 @@ Extra paths to make available to the container\.
*Type:*
-anything
+list of attribute set of anything
@@ -723,7 +723,7 @@ Common extra paths to make available to the container\.
*Type:*
-anything
+list of attribute set of anything
@@ -759,7 +759,7 @@ package
*Default:*
-` <derivation hakurei-hsu-0.2.1> `
+` <derivation hakurei-hsu-0.2.2> `
diff --git a/package.nix b/package.nix
index 3821fb56..b6b06dff 100644
--- a/package.nix
+++ b/package.nix
@@ -31,7 +31,7 @@
buildGoModule rec {
pname = "hakurei";
- version = "0.2.1";
+ version = "0.2.2";
srcFiltered = builtins.path {
name = "${pname}-src";