diff options
| author | Ralph Amissah <ralph.amissah@gmail.com> | 2024-06-29 13:07:27 -0400 | 
|---|---|---|
| committer | Ralph Amissah <ralph.amissah@gmail.com> | 2024-06-29 13:07:27 -0400 | 
| commit | f2d12a2acae45c50506c04a6da707463f85a8263 (patch) | |
| tree | 6ad118cc66c616cea7c01b7c30d5fae9eeb60600 /derivation.nix | |
| parent | shallow clone for install directory (diff) | |
0.17.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 1db0c88..1457658 100644 --- a/derivation.nix +++ b/derivation.nix @@ -87,7 +87,7 @@ with (  );    mkDubDerivation rec {      pname = "spine"; -    version = "0.16.0"; +    version = "0.17.0";      src = ./.;      nativeBuildInputs = with pkgs; [dub ldc];      buildInputs = with pkgs; [nixVersions.nix_2_21 sqlite]; | 
