diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2024-06-29 13:07:27 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2024-06-29 13:07:27 -0400 |
commit | f2d12a2acae45c50506c04a6da707463f85a8263 (patch) | |
tree | 6ad118cc66c616cea7c01b7c30d5fae9eeb60600 /flake.nix | |
parent | shallow clone for install directory (diff) |
0.17.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.16.0"; + version = "0.17.0"; shell = ./shell.nix; devEnv = ./nixDevEnv.sh; supportedSystems = ["x86_64-linux"]; # [ "x86_64-linux" "x86_64-darwin" "aarch64-linux" "aarch64-darwin" ]; |