diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2025-02-21 12:37:11 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2025-02-21 12:37:11 -0500 |
commit | 3b13e62af943b8194ea8661748c10924f1c352d0 (patch) | |
tree | b46812be3059ac5bb7a4f54d31194988dbde2ead /derivation.nix | |
parent | CHANGELOG (git log) (diff) |
0.18.0
Diffstat (limited to 'derivation.nix')
-rw-r--r-- | derivation.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/derivation.nix b/derivation.nix index 3ad7056..90e549e 100644 --- a/derivation.nix +++ b/derivation.nix @@ -87,7 +87,7 @@ with ( ); mkDubDerivation rec { pname = "spine"; - version = "0.17.0"; + version = "0.18.0"; src = ./.; nativeBuildInputs = with pkgs; [dub ldc]; buildInputs = with pkgs; [nixVersions.latest sqlite]; |