Bump version in default.nix

This commit is contained in:
Github Actions 2024-02-25 16:10:44 +00:00
parent a7fbb2eadf
commit 88b8474038

View file

@ -14,7 +14,7 @@
buildGoApplication {
pname = "di-tui";
version = "v1.7.0";
version = "v1.8.0";
pwd = ./.;
src = ./.;
modules = ./gomod2nix.toml;