diff options
| author | Ralph Amissah <ralph.amissah@gmail.com> | 2026-05-23 22:18:38 -0400 |
|---|---|---|
| committer | Ralph Amissah <ralph.amissah@gmail.com> | 2026-05-23 22:18:38 -0400 |
| commit | 113688dac23f8f98163672c2c31fe7ab33a0a698 (patch) | |
| tree | 8df76b9401842ed9c22533b43793cf7d72defc2c /derivation.nix | |
| parent | org files out of sync, fix (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 51788d1..bd1cd98 100755 --- a/derivation.nix +++ b/derivation.nix @@ -88,7 +88,7 @@ with ( ); mkDubDerivation rec { pname = "spine"; - version = "0.20.0"; + version = "0.21.0"; src = ./.; nativeBuildInputs = with pkgs; [dub ldc]; buildInputs = with pkgs; [nixVersions.latest sqlite]; |
