diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2025-03-07 19:25:02 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2025-03-07 19:25:02 -0500 |
commit | daae25c872dbad11a281ccaa9593ad72f83727b5 (patch) | |
tree | 8e7c2cdef9c60dcaef5642d8b23a000af0a47092 /derivation.nix | |
parent | org, reorganize version info (diff) |
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 b82c426..9bbb7f4 100644 --- a/derivation.nix +++ b/derivation.nix @@ -92,7 +92,7 @@ with ( ); mkDubDerivation rec { pname = "spine"; - version = "0.17.0"; + version = "0.18.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"; |