aboutsummaryrefslogtreecommitdiffhomepage
path: root/derivation.nix
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2022-11-25 20:50:40 -0500
committerRalph Amissah <ralph.amissah@gmail.com>2022-12-23 18:15:52 -0500
commit4c089543a4ac61ac21dab814c0dc114d48f42c36 (patch)
tree0b1da4c4c7c3d73c40dbef2fdfc604686d72dfe6 /derivation.nix
parentepub header assertion removed, check (diff)
0.12.0
Diffstat (limited to 'derivation.nix')
-rw-r--r--derivation.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/derivation.nix b/derivation.nix
index 04a3305..4f1c1c4 100644
--- a/derivation.nix
+++ b/derivation.nix
@@ -78,7 +78,7 @@ with (
);
mkDubDerivation rec {
pname = "spine";
- version = "0.11.3";
+ version = "0.12.0";
src = ./.;
nativeBuildInputs = with pkgs; [ dub ldc ];
buildInputs = with pkgs; [ nixVersions.unstable sqlite ];