diff options
-rw-r--r-- | derivation.nix | 4 | ||||
-rw-r--r-- | dub.json | 2 | ||||
-rw-r--r-- | flake.lock | 6 | ||||
-rw-r--r-- | flake.nix | 12 | ||||
-rw-r--r-- | org/sisudoc_spine_version_info_and_doc_header_including_copyright_and_license.org | 2 | ||||
-rw-r--r-- | views/version.txt | 2 |
6 files changed, 14 insertions, 14 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 = '' @@ -4,7 +4,7 @@ ], "copyright": "Copyright © 2002, 2025 Ralph Amissah", "name": "spine_search", - "version": "0.17.0", + "version": "0.18.0", "description": "cgi search for spine, a sisu like document parser", "homepage": "https://sisudoc.org", "license": "AGPL-3.0+", @@ -2,11 +2,11 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1734126203, - "narHash": "sha256-0XovF7BYP50rTD2v4r55tR5MuBLet7q4xIz6Rgh3BBU=", + "lastModified": 1740019556, + "narHash": "sha256-vn285HxnnlHLWnv59Og7muqECNMS33mWLM14soFIv2g=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "71a6392e367b08525ee710a93af2e80083b5b3e2", + "rev": "dad564433178067be1fbdfcce23b546254b6d641", "type": "github" }, "original": { @@ -15,7 +15,7 @@ ... }@inputs: let pname = "spine_search"; - version = "0.17.0"; + version = "0.18.0"; shell = ./shell.nix; devEnv = ./nixDevEnv.sh; supportedSystems = ["x86_64-linux"]; @@ -211,7 +211,7 @@ with pkgs-nix; { dsh-d-overlay = spine-d-overlay.devShells.${system}.default; dsh-overlay = mkShell { - name = "spine-0.17.0 base dev shell, ldc-1.40.0, dub-1.38.1"; + name = "spine-0.18.0 base dev shell, ldc-1.40.0, dub-1.38.1"; inherit shell; inherit devEnv; packages = with pkgs-ovl; [ @@ -224,7 +224,7 @@ inherit shellHook; }; dsh-nixpkgs-dmd-dub = mkShell { - name = "spine-0.17.0 base dev shell"; + name = "spine-0.18.0 base dev shell"; inherit shell; inherit devEnv; packages = [ @@ -236,7 +236,7 @@ inherit shellHook; }; dsh-nixpkgs-ldc-dub = mkShell { - name = "spine-0.17.0 base dev shell"; + name = "spine-0.18.0 base dev shell"; inherit shell; inherit devEnv; packages = [ @@ -248,7 +248,7 @@ inherit shellHook; }; dsh-overlay-dmd-dub = mkShell { - name = "spine-0.17.0 base dev shell, dmd-2.109.1, dub-1.38.1"; + name = "spine-0.18.0 base dev shell, dmd-2.109.1, dub-1.38.1"; inherit shell; inherit devEnv; packages = with pkgs-ovl; [ @@ -260,7 +260,7 @@ inherit shellHook; }; dsh-overlay-ldc-dub = mkShell { - name = "spine-0.17.0 base dev shell, ldc-1.40.0, dub-1.38.1"; + name = "spine-0.18.0 base dev shell, ldc-1.40.0, dub-1.38.1"; inherit shell; inherit devEnv; packages = with pkgs-ovl; [ diff --git a/org/sisudoc_spine_version_info_and_doc_header_including_copyright_and_license.org b/org/sisudoc_spine_version_info_and_doc_header_including_copyright_and_license.org index 4084a66..b536386 100644 --- a/org/sisudoc_spine_version_info_and_doc_header_including_copyright_and_license.org +++ b/org/sisudoc_spine_version_info_and_doc_header_including_copyright_and_license.org @@ -98,7 +98,7 @@ #+NAME: spine_project_version_part_minor #+BEGIN_SRC org -17 +18 #+END_SRC *** patch diff --git a/views/version.txt b/views/version.txt index fecec3f..9782cfa 100644 --- a/views/version.txt +++ b/views/version.txt @@ -4,7 +4,7 @@ struct Version { int minor; int patch; } -enum _ver = Version(0, 17, 0); +enum _ver = Version(0, 18, 0); version (Posix) { version (DigitalMars) { } else version (LDC) { |