diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2024-04-10 11:54:02 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2024-04-10 22:07:19 -0400 |
commit | 3340de44455c58ce8b029c4b88bf2a7af6957548 (patch) | |
tree | 96824984953d316c64b8aee68460026abe38f8d3 /flake.nix | |
parent | flake.nix cosmetic minor (diff) |
0.15.0doc-reform_v0.15.0
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ flake-utils, } @ inputs: let pname = "spine"; - version = "0.14.0"; + version = "0.15.0"; shell = ./shell.nix; devEnv = ./nixDevEnv.sh; supportedSystems = ["x86_64-linux"]; # [ "x86_64-linux" "x86_64-darwin" "aarch64-linux" "aarch64-darwin" ]; |