diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2024-03-11 21:06:25 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2024-03-11 21:07:28 -0400 |
commit | 1aed76229222550727e7119bbca3cde59a043f9e (patch) | |
tree | 11e7b61079a467169750127565da1d7af66417fb /derivation.nix | |
parent | updates incl. ldc-1.35.0, direnv-2.4.0 (diff) |
package & nix update (sync with sisu spine)
Diffstat (limited to 'derivation.nix')
-rw-r--r-- | derivation.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/derivation.nix b/derivation.nix index c59ee23..b1fc601 100644 --- a/derivation.nix +++ b/derivation.nix @@ -93,7 +93,7 @@ with ( ); mkDubDerivation rec { pname = "spine"; - version = "0.12.0"; + version = "0.14.0"; #zipfile = "spine-0.12.0-tag-0.11.2.r107.gf89a107.tar.gz"; src = fetchTarball { url = "file:///home/ralph/grotto/repo/git.repo/projects/doc-reform/code/software/tarball/spine-0.12.0-tag-0.11.2.r107.gf89a107.tar.gz"; |