summaryrefslogtreecommitdiffhomepage
path: root/flake.nix
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2024-04-11 12:46:28 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2024-04-11 12:46:28 -0400
commitf8d388c9fca4749e9ed815dd7e1a87f9885f0e9d (patch)
tree2daa84236f3e41206d55d913ac6db4b77ef0d4b3 /flake.nix
parentspine search, reorganize, little things (diff)
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 968ad5f..b256aa1 100644
--- a/flake.nix
+++ b/flake.nix
@@ -14,7 +14,7 @@
d-overlay,
} @ inputs: let
pname = "spine_search";
- version = "0.14.0";
+ version = "0.15.0";
shell = ./shell.nix;
devEnv = ./nixDevEnv.sh;
supportedSystems = ["x86_64-linux"];