summaryrefslogtreecommitdiffhomepage
path: root/derivation.nix
diff options
context:
space:
mode:
Diffstat (limited to 'derivation.nix')
-rw-r--r--derivation.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/derivation.nix b/derivation.nix
index 139fb3a..efe8ebf 100644
--- a/derivation.nix
+++ b/derivation.nix
@@ -92,7 +92,7 @@ with (
}
);
mkDubDerivation rec {
- name = "spine-search-0.17.0";
+ name = "spine-search-0.18.0";
#name = "spine-search-${version}";
src = ./.;
buildInputs = [
@@ -111,7 +111,7 @@ with (
];
meta = with pkgs-nix.lib; {
pname = "spine-search";
- version = "0.17.0";
+ version = "0.18.0";
homepage = "https://sisudoc.org";
description = "cgi sqlite search form for document object search";
longDescription = ''