aboutsummaryrefslogtreecommitdiffhomepage
path: root/flake.nix
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2023-11-20 10:38:35 -0500
committerRalph Amissah <ralph.amissah@gmail.com>2023-11-20 12:36:10 -0500
commitc6ee6dc7e5de7f8a16e8591603301993b6304e23 (patch)
treeaacb3f1968ed556e7119ed98a9c489dc48df7ca4 /flake.nix
parentocda, structs (replacing tuples) (diff)
0.14.0
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 71c8e12..29b46b5 100644
--- a/flake.nix
+++ b/flake.nix
@@ -8,7 +8,7 @@
flake-utils,
} @ inputs: let
pname = "spine";
- version = "0.13.0";
+ version = "0.14.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" ];