diff options
| author | Ralph Amissah <ralph.amissah@gmail.com> | 2026-05-21 13:27:08 -0400 |
|---|---|---|
| committer | Ralph Amissah <ralph.amissah@gmail.com> | 2026-05-21 13:27:08 -0400 |
| commit | 12a85a725d9a88d4f9b9d691bb5d856dcdfce5c8 (patch) | |
| tree | a67f974cb35157e313e881429d198407dda369e3 /package.nix | |
| parent | source_pod: --pod2 include (doc abstraction) .ssp (diff) | |
Diffstat (limited to 'package.nix')
| -rw-r--r-- | package.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.nix b/package.nix index 5aac02d..915b2ef 100644 --- a/package.nix +++ b/package.nix @@ -27,7 +27,7 @@ }: stdenv.mkDerivation { pname = "spine"; - version = "0.19.0"; + version = "0.20.0"; src = lib.cleanSource ./.; buildInputs = [ sqlite ]; nativeBuildInputs = [ dub compilerPkg gnumake ]; @@ -57,7 +57,7 @@ stdenv.mkDerivation { ''; postInstall = '' echo `ls -la $out/bin/spine` - echo "❯❯ spine-v0.19.0 (rev: ${rev})" + echo "❯❯ spine-v0.20.0 (rev: ${rev})" $out/bin/spine -v ''; meta = { |
