diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2021-02-19 16:33:51 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2021-02-24 16:46:47 -0500 |
commit | 47ca5be10805e1c61c0ac3df5ac7ad80fa6dc665 (patch) | |
tree | 63419975dbbd28da882d9f34cf680f30aa96c3b0 /project.nix | |
parent | CHANGELOG (diff) |
0.11.3
Diffstat (limited to 'project.nix')
-rwxr-xr-x | project.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project.nix b/project.nix index fddd77b..e5a3f60 100755 --- a/project.nix +++ b/project.nix @@ -3,7 +3,7 @@ with import ./nix/mkDub.nix { inherit pkgs; }; mkDubDerivation rec { name = "spine-${version}"; - version = "0.11.2"; + version = "0.11.3"; src = ./.; buildInputs = [ pkgs.sqlite |