diff options
| author | Ralph Amissah <ralph.amissah@gmail.com> | 2026-05-21 13:27:08 -0400 |
|---|---|---|
| committer | Ralph Amissah <ralph.amissah@gmail.com> | 2026-05-21 13:27:08 -0400 |
| commit | 12a85a725d9a88d4f9b9d691bb5d856dcdfce5c8 (patch) | |
| tree | a67f974cb35157e313e881429d198407dda369e3 /derivation.nix | |
| parent | source_pod: --pod2 include (doc abstraction) .ssp (diff) | |
Diffstat (limited to 'derivation.nix')
| -rwxr-xr-x | derivation.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/derivation.nix b/derivation.nix index f7bcad7..51788d1 100755 --- a/derivation.nix +++ b/derivation.nix @@ -88,7 +88,7 @@ with ( ); mkDubDerivation rec { pname = "spine"; - version = "0.19.0"; + version = "0.20.0"; src = ./.; nativeBuildInputs = with pkgs; [dub ldc]; buildInputs = with pkgs; [nixVersions.latest sqlite]; |
