diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2023-11-15 22:09:40 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2023-11-15 22:09:40 -0500 |
commit | e0a48ea7c2fb3a046167e3904a3209a12e463c8f (patch) | |
tree | 87029343475b30d06f632a1e3784ca2df6a98310 /flake.nix | |
parent | nix housekeeping (diff) |
0.13.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.12.0"; + version = "0.13.0"; shell = ./shell.nix; # ./default.nix; devEnv = ./.envrc; # ./shell.nix; # ./default.nix; supportedSystems = ["x86_64-linux"]; # [ "x86_64-linux" "x86_64-darwin" "aarch64-linux" "aarch64-darwin" ]; |