diff options
| author | Ralph Amissah <ralph.amissah@gmail.com> | 2026-04-21 17:04:49 -0400 |
|---|---|---|
| committer | Ralph Amissah <ralph.amissah@gmail.com> | 2026-04-22 20:42:31 -0400 |
| commit | ad1c13a8590b146f900b6937cecdd243f766429d (patch) | |
| tree | 44e7a6d48482d2c99c4d0446264e9375d6d1760f /derivation.nix | |
| parent | upkeep, update a few paths (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 7e95843..f7bcad7 100755 --- a/derivation.nix +++ b/derivation.nix @@ -88,7 +88,7 @@ with ( ); mkDubDerivation rec { pname = "spine"; - version = "0.18.0"; + version = "0.19.0"; src = ./.; nativeBuildInputs = with pkgs; [dub ldc]; buildInputs = with pkgs; [nixVersions.latest sqlite]; |
