aboutsummaryrefslogtreecommitdiffhomepage
path: root/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'default.nix')
-rwxr-xr-xdefault.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/default.nix b/default.nix
index 5826a65..ae125f7 100755
--- a/default.nix
+++ b/default.nix
@@ -5,7 +5,7 @@
with import ./nix/mkDub.nix { inherit pkgs; };
mkDubDerivation rec {
name = "spine-${version}";
- version = "0.11.1";
+ version = "0.11.2";
src = ./.;
buildInputs = [
pkgs.sqlite