summaryrefslogtreecommitdiffhomepage
path: root/flake.nix
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2024-04-11 12:58:42 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2024-04-11 13:00:37 -0400
commit204eb8b3e47b1351162bc5cf8148e6ec73f1f51c (patch)
tree53477740cca49f5ea74f59079c01c3847f1dbd2b /flake.nix
parent0.15.0 (diff)
0.16.0 sync ver. & src dir name with sisudoc spine
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 b256aa1..58ba1d9 100644
--- a/flake.nix
+++ b/flake.nix
@@ -14,7 +14,7 @@
d-overlay,
} @ inputs: let
pname = "spine_search";
- version = "0.15.0";
+ version = "0.16.0";
shell = ./shell.nix;
devEnv = ./nixDevEnv.sh;
supportedSystems = ["x86_64-linux"];